aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_vfy.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-20 12:43:11 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-20 12:43:11 +0000
commit3ebac273f5794b9f13f0c736d56c6106d5f8b2af (patch)
tree105e1f6e7ec91d3a9409838e6a66eb8f4dd315b5 /crypto/ocsp/ocsp_vfy.c
parent5af18f65f4897c5716196b9a13b3b6746634fd36 (diff)
downloadopenssl-3ebac273f5794b9f13f0c736d56c6106d5f8b2af.tar.gz
Include string.h so mem* functions get properly declared.
Diffstat (limited to 'crypto/ocsp/ocsp_vfy.c')
-rw-r--r--crypto/ocsp/ocsp_vfy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ocsp/ocsp_vfy.c b/crypto/ocsp/ocsp_vfy.c
index 4ac7e821ec..c4f513a3b6 100644
--- a/crypto/ocsp/ocsp_vfy.c
+++ b/crypto/ocsp/ocsp_vfy.c
@@ -58,6 +58,7 @@
#include <openssl/ocsp.h>
#include <openssl/err.h>
+#include <string.h>
static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
X509_STORE *st, unsigned long flags);