aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/apps/dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/dsa.c')
-rw-r--r--crypto/openssl/apps/dsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/apps/dsa.c b/crypto/openssl/apps/dsa.c
index e9de3a3bdfb6..a5ec5d7e6c1c 100644
--- a/crypto/openssl/apps/dsa.c
+++ b/crypto/openssl/apps/dsa.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 <stdlib.h>
@@ -68,6 +69,7 @@
#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
+#include <openssl/bn.h>
#undef PROG
#define PROG dsa_main