From a3587cc63e6e729e456dc5470dbd9083336508d5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 15 Dec 2023 21:55:47 +0000 Subject: Remove strings.h again The portable compat shim doesn't provide it. --- src/lib/libcrypto/asn1/ameth_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/asn1/ameth_lib.c b/src/lib/libcrypto/asn1/ameth_lib.c index 5ae195a10b..656d9036f8 100644 --- a/src/lib/libcrypto/asn1/ameth_lib.c +++ b/src/lib/libcrypto/asn1/ameth_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ameth_lib.c,v 1.36 2023/12/15 08:22:08 tb Exp $ */ +/* $OpenBSD: ameth_lib.c,v 1.37 2023/12/15 21:55:47 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -58,7 +58,6 @@ #include #include -#include #include #include -- cgit v1.2.3-55-g6feb