From: tb Date: Fri, 12 Jul 2024 09:57:04 +0000 (+0000) Subject: Drop the unused evp include X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b5e72661621fcdd6fe8c760dbc733efc075d1ca9;p=openbsd Drop the unused evp include --- 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