summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-02-05 10:07:50 +0100
committerBodo Möller <bodo@openssl.org>2001-02-05 10:07:50 +0100
commit448361a86cc3cee2947a5f47e5313646b489af67 (patch)
treed328b060ba81b22b8262fedcbcb33f1cb87af1db /crypto/asn1
parentNew function to copy nonce values from OCSP (diff)
downloadopenssl-448361a86cc3cee2947a5f47e5313646b489af67.tar.xz
openssl-448361a86cc3cee2947a5f47e5313646b489af67.zip
Include string.h (whis is in all relevant standards) instead of
memory.h (which is not).
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/tasn_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_new.c b/crypto/asn1/tasn_new.c
index b3a1c3c69d..3371dd13a7 100644
--- a/crypto/asn1/tasn_new.c
+++ b/crypto/asn1/tasn_new.c
@@ -62,7 +62,7 @@
#include <openssl/objects.h>
#include <openssl/err.h>
#include <openssl/asn1t.h>
-#include <memory.h>
+#include <string.h>
static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);