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

This commit is contained in:
Richard Levitte 2001-02-20 12:51:56 +00:00
parent 4981372d03
commit d8770f3ece

View file

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