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

This commit is contained in:
Richard Levitte 2001-02-20 13:41:11 +00:00
parent 569afce4b0
commit a9daa46758

View File

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