Include string.h (whis is in all relevant standards) instead of
[openssl.git] / crypto / asn1 / tasn_new.c
index b3a1c3c69d5575838902de3b82ec4a902aa612b8..3371dd13a7ffc420795bced25c7d6ec1451c232d 100644 (file)
@@ -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);