diff options
Diffstat (limited to 'lib/libssl/src/crypto/x509v3/v3_ocsp.c')
-rw-r--r-- | lib/libssl/src/crypto/x509v3/v3_ocsp.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/x509v3/v3_ocsp.c b/lib/libssl/src/crypto/x509v3/v3_ocsp.c index f400ca14bcd..ca3fc51c770 100644 --- a/lib/libssl/src/crypto/x509v3/v3_ocsp.c +++ b/lib/libssl/src/crypto/x509v3/v3_ocsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_ocsp.c,v 1.7 2014/06/12 15:49:31 deraadt Exp $ */ +/* $OpenBSD: v3_ocsp.c,v 1.8 2014/07/10 13:58:23 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -56,9 +56,11 @@ * */ +#include <stdio.h> +#include <string.h> + #ifndef OPENSSL_NO_OCSP -#include <stdio.h> #include "cryptlib.h" #include <openssl/conf.h> #include <openssl/asn1.h> |