aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-20 12:51:56 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-20 12:51:56 +0000
commitd8770f3ece3bef28eb749af6d5854b38e6c15e4e (patch)
tree74b0c0b19a2b2312dc52407f4e5a273aff627b28 /crypto/asn1
parent4981372d03a1fc051b59ba83fe2a2900519e8d8e (diff)
downloadopenssl-d8770f3ece3bef28eb749af6d5854b38e6c15e4e.tar.gz
Include string.h so mem* functions get properly declared.
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/tasn_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 4b2784987a..365c4f75b0 100644
--- a/crypto/asn1/tasn_enc.c
+++ b/crypto/asn1/tasn_enc.c
@@ -58,6 +58,7 @@
#include <stddef.h>
+#include <string.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/objects.h>