artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2eca8
)
this file doesn't use anything from <stdio.h>;
author
schwarze
<schwarze@openbsd.org>
Mon, 13 Dec 2021 17:55:53 +0000
(17:55 +0000)
committer
schwarze
<schwarze@openbsd.org>
Mon, 13 Dec 2021 17:55:53 +0000
(17:55 +0000)
in particular, NULL is also in <stdlib.h> according to the C99 standard;
"free commit" tb@
lib/libcrypto/asn1/a_strnid.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/asn1/a_strnid.c
b/lib/libcrypto/asn1/a_strnid.c
index
f14daa6
..
034c4d7
100644
(file)
--- a/
lib/libcrypto/asn1/a_strnid.c
+++ b/
lib/libcrypto/asn1/a_strnid.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: a_strnid.c,v 1.2
4 2021/12/13 14:06:17
schwarze Exp $ */
+/* $OpenBSD: a_strnid.c,v 1.2
5 2021/12/13 17:55:53
schwarze Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@@
-58,7
+58,6
@@
#include <errno.h>
#include <limits.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>