this file doesn't use anything from <stdio.h>;
authorschwarze <schwarze@openbsd.org>
Mon, 13 Dec 2021 17:55:53 +0000 (17:55 +0000)
committerschwarze <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

index f14daa6..034c4d7 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: a_strnid.c,v 1.24 2021/12/13 14:06:17 schwarze Exp $ */
+/* $OpenBSD: a_strnid.c,v 1.25 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>