diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_asid.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_asid.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_asid.c b/src/lib/libcrypto/x509v3/v3_asid.c index b3245c9fe1..473304c1e5 100644 --- a/src/lib/libcrypto/x509v3/v3_asid.c +++ b/src/lib/libcrypto/x509v3/v3_asid.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: v3_asid.c,v 1.8 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: v3_asid.c,v 1.9 2014/07/10 22:45:58 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Contributed to the OpenSSL Project by the American Registry for | 3 | * Contributed to the OpenSSL Project by the American Registry for |
4 | * Internet Numbers ("ARIN"). | 4 | * Internet Numbers ("ARIN"). |
@@ -62,6 +62,9 @@ | |||
62 | 62 | ||
63 | #include <stdio.h> | 63 | #include <stdio.h> |
64 | #include <string.h> | 64 | #include <string.h> |
65 | |||
66 | #include <openssl/opensslconf.h> | ||
67 | |||
65 | #include "cryptlib.h" | 68 | #include "cryptlib.h" |
66 | #include <openssl/conf.h> | 69 | #include <openssl/conf.h> |
67 | #include <openssl/asn1.h> | 70 | #include <openssl/asn1.h> |