diff options
| author | tb <> | 2023-12-15 21:55:47 +0000 |
|---|---|---|
| committer | tb <> | 2023-12-15 21:55:47 +0000 |
| commit | 805c89cf1df01b51a2fbf3482a539c929ab00778 (patch) | |
| tree | aa16822e51e5b150d639ad3bc054a61c92d269b1 /src | |
| parent | 51123e174dcb80980564bf9fbaa380fb9cb766b6 (diff) | |
| download | openbsd-805c89cf1df01b51a2fbf3482a539c929ab00778.tar.gz openbsd-805c89cf1df01b51a2fbf3482a539c929ab00778.tar.bz2 openbsd-805c89cf1df01b51a2fbf3482a539c929ab00778.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.c | 3 |
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> |
