summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-20 13:41:11 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-20 13:41:11 +0000
commita9daa46758d6150e42c925d42807e6ae20182d89 (patch)
tree80036641292c33fae23ae04be5f4eb9b6678f8bf
parent569afce4b0ad55660482b02a2cdc4175af1d0eac (diff)
Include string.h so mem*() functions get properly declared.
-rw-r--r--crypto/asn1/tasn_dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index 22e5b4ab52..6b0c248173 100644
--- a/crypto/asn1/tasn_dec.c
+++ b/crypto/asn1/tasn_dec.c
@@ -58,6 +58,7 @@
#include <stddef.h>
+#include <string.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/objects.h>