summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2021-12-13 17:55:53 +0000
committerschwarze <>2021-12-13 17:55:53 +0000
commit5b5c436911c37caeb30f440a803bc1912338f9cc (patch)
treea849f42a5f922fd9fac8ab7cb5b9893c09a83eed /src
parent7dd0b50f9292ae10e16399f27f6712f641219cc5 (diff)
downloadopenbsd-5b5c436911c37caeb30f440a803bc1912338f9cc.tar.gz
openbsd-5b5c436911c37caeb30f440a803bc1912338f9cc.tar.bz2
openbsd-5b5c436911c37caeb30f440a803bc1912338f9cc.zip
this file doesn't use anything from <stdio.h>;
in particular, NULL is also in <stdlib.h> according to the C99 standard; "free commit" tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/asn1/a_strnid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_strnid.c b/src/lib/libcrypto/asn1/a_strnid.c
index f14daa602c..034c4d72c3 100644
--- a/src/lib/libcrypto/asn1/a_strnid.c
+++ b/src/lib/libcrypto/asn1/a_strnid.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: a_strnid.c,v 1.24 2021/12/13 14:06:17 schwarze Exp $ */ 1/* $OpenBSD: a_strnid.c,v 1.25 2021/12/13 17:55:53 schwarze 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 1999. 3 * project 1999.
4 */ 4 */
@@ -58,7 +58,6 @@
58 58
59#include <errno.h> 59#include <errno.h>
60#include <limits.h> 60#include <limits.h>
61#include <stdio.h>
62#include <stdlib.h> 61#include <stdlib.h>
63#include <string.h> 62#include <string.h>
64 63