diff options
Diffstat (limited to 'src/lib/libcrypto/ocsp/ocsp_lib.c')
-rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_lib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_lib.c b/src/lib/libcrypto/ocsp/ocsp_lib.c index 27450811d7..36905d76cd 100644 --- a/src/lib/libcrypto/ocsp/ocsp_lib.c +++ b/src/lib/libcrypto/ocsp/ocsp_lib.c | |||
@@ -69,6 +69,7 @@ | |||
69 | #include <openssl/pem.h> | 69 | #include <openssl/pem.h> |
70 | #include <openssl/x509v3.h> | 70 | #include <openssl/x509v3.h> |
71 | #include <openssl/ocsp.h> | 71 | #include <openssl/ocsp.h> |
72 | #include <openssl/asn1t.h> | ||
72 | 73 | ||
73 | /* Convert a certificate and its issuer to an OCSP_CERTID */ | 74 | /* Convert a certificate and its issuer to an OCSP_CERTID */ |
74 | 75 | ||
@@ -260,3 +261,5 @@ int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, int *pss | |||
260 | return 0; | 261 | return 0; |
261 | 262 | ||
262 | } | 263 | } |
264 | |||
265 | IMPLEMENT_ASN1_DUP_FUNCTION(OCSP_CERTID) | ||