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

index 4b2784987a86991328fa2894a392509e38fffda5..365c4f75b04adc24bde18db9ea2e3a54035b7853 100644 (file)
@@ -58,6 +58,7 @@
 
 
 #include <stddef.h>
+#include <string.h>
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>