diff options
Diffstat (limited to 'lib/libcrypto/dsa/dsa_ameth.c')
-rw-r--r-- | lib/libcrypto/dsa/dsa_ameth.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcrypto/dsa/dsa_ameth.c b/lib/libcrypto/dsa/dsa_ameth.c index 06b804b19d9..1f08585e5f4 100644 --- a/lib/libcrypto/dsa/dsa_ameth.c +++ b/lib/libcrypto/dsa/dsa_ameth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_ameth.c,v 1.10 2014/07/09 22:55:17 tedu Exp $ */ +/* $OpenBSD: dsa_ameth.c,v 1.11 2014/07/10 22:45:56 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -57,6 +57,9 @@ */ #include <stdio.h> + +#include <openssl/opensslconf.h> + #include "cryptlib.h" #include <openssl/x509.h> #include <openssl/asn1.h> |