artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654e874
)
Remove strings.h again
author
tb
<tb@openbsd.org>
Fri, 15 Dec 2023 21:55:47 +0000
(21:55 +0000)
committer
tb
<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
patch
|
blob
|
history
diff --git
a/lib/libcrypto/asn1/ameth_lib.c
b/lib/libcrypto/asn1/ameth_lib.c
index
5ae195a
..
656d903
100644
(file)
--- a/
lib/libcrypto/asn1/ameth_lib.c
+++ b/
lib/libcrypto/asn1/ameth_lib.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ameth_lib.c,v 1.3
6 2023/12/15 08:22:08
tb Exp $ */
+/* $OpenBSD: ameth_lib.c,v 1.3
7 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>