From e6e17ed5529e9eea8d7173c2385de9b8104f1849 Mon Sep 17 00:00:00 2001 From: schwarze Date: Mon, 13 Dec 2021 17:55:53 +0000 Subject: [PATCH] this file doesn't use anything from ; in particular, NULL is also in according to the C99 standard; "free commit" tb@ --- lib/libcrypto/asn1/a_strnid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/asn1/a_strnid.c b/lib/libcrypto/asn1/a_strnid.c index f14daa602c5..034c4d72c3a 100644 --- a/lib/libcrypto/asn1/a_strnid.c +++ b/lib/libcrypto/asn1/a_strnid.c @@ -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 #include -#include #include #include -- 2.20.1