From: Richard Levitte Date: Tue, 20 Feb 2001 12:43:11 +0000 (+0000) Subject: Include string.h so mem* functions get properly declared. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ebac273f5794b9f13f0c736d56c6106d5f8b2af;p=oweals%2Fopenssl.git Include string.h so mem* functions get properly declared. --- diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c index 16b2c14781..2e18f9f3f5 100644 --- a/crypto/asn1/tasn_utl.c +++ b/crypto/asn1/tasn_utl.c @@ -58,6 +58,7 @@ #include +#include #include #include #include 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 #include +#include static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs, X509_STORE *st, unsigned long flags);