diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_key.c')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa_key.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_key.c b/src/lib/libcrypto/dsa/dsa_key.c index a68d236e05..bf718c1c6d 100644 --- a/src/lib/libcrypto/dsa/dsa_key.c +++ b/src/lib/libcrypto/dsa/dsa_key.c | |||
@@ -56,11 +56,10 @@ | |||
56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #ifndef NO_SHA | 59 | #ifndef OPENSSL_NO_SHA |
60 | #include <stdio.h> | 60 | #include <stdio.h> |
61 | #include <time.h> | 61 | #include <time.h> |
62 | #include "cryptlib.h" | 62 | #include "cryptlib.h" |
63 | #include <openssl/sha.h> | ||
64 | #include <openssl/bn.h> | 63 | #include <openssl/bn.h> |
65 | #include <openssl/dsa.h> | 64 | #include <openssl/dsa.h> |
66 | #include <openssl/rand.h> | 65 | #include <openssl/rand.h> |