Include string.h so mem* functions get properly declared.
This commit is contained in:
parent
5af18f65f4
commit
3ebac273f5
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <openssl/asn1.h>
|
||||
#include <openssl/asn1t.h>
|
||||
#include <openssl/objects.h>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue