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, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_lib.c b/src/lib/libcrypto/ocsp/ocsp_lib.c index 36905d76cd..27450811d7 100644 --- a/src/lib/libcrypto/ocsp/ocsp_lib.c +++ b/src/lib/libcrypto/ocsp/ocsp_lib.c | |||
@@ -69,7 +69,6 @@ | |||
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> | ||
73 | 72 | ||
74 | /* Convert a certificate and its issuer to an OCSP_CERTID */ | 73 | /* Convert a certificate and its issuer to an OCSP_CERTID */ |
75 | 74 | ||
@@ -261,5 +260,3 @@ int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, int *pss | |||
261 | return 0; | 260 | return 0; |
262 | 261 | ||
263 | } | 262 | } |
264 | |||
265 | IMPLEMENT_ASN1_DUP_FUNCTION(OCSP_CERTID) | ||