Remove strings.h again
authortb <tb@openbsd.org>
Fri, 15 Dec 2023 21:55:47 +0000 (21:55 +0000)
committertb <tb@openbsd.org>
Fri, 15 Dec 2023 21:55:47 +0000 (21:55 +0000)
The portable compat shim doesn't provide it.

lib/libcrypto/asn1/ameth_lib.c

index 5ae195a..656d903 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
-#include <strings.h>
 
 #include <openssl/err.h>
 #include <openssl/evp.h>