From 448361a86cc3cee2947a5f47e5313646b489af67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 5 Feb 2001 09:07:50 +0000 Subject: [PATCH] Include string.h (whis is in all relevant standards) instead of memory.h (which is not). --- crypto/asn1/tasn_new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include -#include +#include 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); -- 2.34.1