From b5e72661621fcdd6fe8c760dbc733efc075d1ca9 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 12 Jul 2024 09:57:04 +0000 Subject: [PATCH] Drop the unused evp include --- lib/libcrypto/x509/x509_v3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/x509/x509_v3.c b/lib/libcrypto/x509/x509_v3.c index 8bab8c4cd18..688aed15a22 100644 --- a/lib/libcrypto/x509/x509_v3.c +++ b/lib/libcrypto/x509/x509_v3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_v3.c,v 1.42 2024/07/12 09:55:38 tb Exp $ */ +/* $OpenBSD: x509_v3.c,v 1.43 2024/07/12 09:57:04 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,7 +60,6 @@ #include #include -#include #include #include #include -- 2.20.1