Include string.h so mem* functions get properly declared.

This commit is contained in:
Richard Levitte 2001-02-20 12:43:11 +00:00
parent 5af18f65f4
commit 3ebac273f5
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@
#include <stddef.h>
#include <string.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/objects.h>

View file

@ -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);