diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf_sap.c')
-rw-r--r-- | src/lib/libcrypto/conf/conf_sap.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_sap.c b/src/lib/libcrypto/conf/conf_sap.c index 7c46b2476f..332b48ba5a 100644 --- a/src/lib/libcrypto/conf/conf_sap.c +++ b/src/lib/libcrypto/conf/conf_sap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: conf_sap.c,v 1.8 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: conf_sap.c,v 1.9 2014/07/10 22:45:56 jsing Exp $ */ |
2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2001. | 3 | * project 2001. |
4 | */ | 4 | */ |
@@ -57,6 +57,9 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | |||
61 | #include <openssl/opensslconf.h> | ||
62 | |||
60 | #include <openssl/crypto.h> | 63 | #include <openssl/crypto.h> |
61 | #include "cryptlib.h" | 64 | #include "cryptlib.h" |
62 | #include <openssl/conf.h> | 65 | #include <openssl/conf.h> |