diff options
Diffstat (limited to 'usr/src/common/openssl/apps/dsa.c')
| -rw-r--r-- | usr/src/common/openssl/apps/dsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/common/openssl/apps/dsa.c b/usr/src/common/openssl/apps/dsa.c index e9de3a3bdf..a5ec5d7e6c 100644 --- a/usr/src/common/openssl/apps/dsa.c +++ b/usr/src/common/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 |
