summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-12-15 21:55:47 +0000
committertb <>2023-12-15 21:55:47 +0000
commita3587cc63e6e729e456dc5470dbd9083336508d5 (patch)
treeaa16822e51e5b150d639ad3bc054a61c92d269b1 /src
parent60c8e5108fdb4afbebd7a82c8432af38cf365216 (diff)
downloadopenbsd-a3587cc63e6e729e456dc5470dbd9083336508d5.tar.gz
openbsd-a3587cc63e6e729e456dc5470dbd9083336508d5.tar.bz2
openbsd-a3587cc63e6e729e456dc5470dbd9083336508d5.zip
Remove strings.h again
The portable compat shim doesn't provide it.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/asn1/ameth_lib.c3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: ameth_lib.c,v 1.36 2023/12/15 08:22:08 tb Exp $ */ 1/* $OpenBSD: ameth_lib.c,v 1.37 2023/12/15 21:55:47 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -58,7 +58,6 @@
58 58
59#include <stdlib.h> 59#include <stdlib.h>
60#include <string.h> 60#include <string.h>
61#include <strings.h>
62 61
63#include <openssl/err.h> 62#include <openssl/err.h>
64#include <openssl/evp.h> 63#include <openssl/evp.h>