diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-01-13 16:20:34 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-01-13 16:39:37 +0100 |
commit | 98b3b116ab678532eb288f79cf73c1e8f8d3db6d (patch) | |
tree | 42c15d2db5d8d38c94c4ce9c784900beeb90af0c /engines/e_capi.c | |
parent | Make output from openssl version -f consistent with previous versions (diff) | |
download | openssl-98b3b116ab678532eb288f79cf73c1e8f8d3db6d.tar.xz openssl-98b3b116ab678532eb288f79cf73c1e8f8d3db6d.zip |
For master windows build dsa.h is now needed.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'engines/e_capi.c')
-rw-r--r-- | engines/e_capi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_capi.c b/engines/e_capi.c index 8a19ed05c7..41257ad568 100644 --- a/engines/e_capi.c +++ b/engines/e_capi.c @@ -64,6 +64,7 @@ #include <openssl/buffer.h> #include <openssl/bn.h> #include <openssl/rsa.h> +#include <openssl/dsa.h> #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 |