]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Include string.h so mem*() functions get properly declared.
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 13:41:11 +0000 (13:41 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 13:41:11 +0000 (13:41 +0000)
crypto/asn1/tasn_dec.c

index 22e5b4ab525ae15e2c5fad8312fb0de50ed200c6..6b0c2481732ac2f96323ecfabeef33d0ca385adc 100644 (file)
@@ -58,6 +58,7 @@
 
 
 #include <stddef.h>
+#include <string.h>
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>