diff options
Diffstat (limited to 'lib/libssl/src/crypto/ocsp/ocsp_lib.c')
-rw-r--r-- | lib/libssl/src/crypto/ocsp/ocsp_lib.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/ocsp/ocsp_lib.c b/lib/libssl/src/crypto/ocsp/ocsp_lib.c index d32f0632098..ce6b0dc65b3 100644 --- a/lib/libssl/src/crypto/ocsp/ocsp_lib.c +++ b/lib/libssl/src/crypto/ocsp/ocsp_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ocsp_lib.c,v 1.11 2014/07/09 20:34:29 tedu Exp $ */ +/* $OpenBSD: ocsp_lib.c,v 1.12 2014/07/10 13:58:23 jsing Exp $ */ /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL * project. */ @@ -61,8 +61,10 @@ * */ -#include <stdio.h> #include <cryptlib.h> +#include <stdio.h> +#include <string.h> + #include <openssl/objects.h> #include <openssl/rand.h> #include <openssl/x509.h> |