From 5bb52f4bb1bff56f541b144c7973c5062f22bebb Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 25 Dec 2021 15:46:05 +0000 Subject: No need for assert.h in here. --- src/lib/libcrypto/x509/x509_asid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index 648f185748..c82f2f32cc 100644 --- a/src/lib/libcrypto/x509/x509_asid.c +++ b/src/lib/libcrypto/x509/x509_asid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_asid.c,v 1.29 2021/12/25 15:42:32 tb Exp $ */ +/* $OpenBSD: x509_asid.c,v 1.30 2021/12/25 15:46:05 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -60,7 +60,6 @@ * Implementation of RFC 3779 section 3.2. */ -#include #include #include #include -- cgit v1.2.3-55-g6feb