diff options
Diffstat (limited to 'crypto/openssl/apps/gendsa.c')
-rw-r--r-- | crypto/openssl/apps/gendsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/apps/gendsa.c b/crypto/openssl/apps/gendsa.c index 6d2ed06..828e27f 100644 --- a/crypto/openssl/apps/gendsa.c +++ b/crypto/openssl/apps/gendsa.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */ #ifndef OPENSSL_NO_DSA #include <stdio.h> #include <string.h> |