Include string.h so mem* functions get properly declared.
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 12:43:11 +0000 (12:43 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 12:43:11 +0000 (12:43 +0000)
crypto/asn1/tasn_utl.c
crypto/ocsp/ocsp_vfy.c

index 16b2c14781e945d8626be21de94dee632da292b6..2e18f9f3f5832d9c3d019810dc99aea2c61d0e04 100644 (file)
@@ -58,6 +58,7 @@
 
 
 #include <stddef.h>
 
 
 #include <stddef.h>
+#include <string.h>
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>
index 4ac7e821ec6cf7145db4e3911ac5099f208d8fa8..c4f513a3b61a6b3756477a5b2d63a6f73102bd0a 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <openssl/ocsp.h>
 #include <openssl/err.h>
 
 #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);
 
 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
                                X509_STORE *st, unsigned long flags);