Drop the unused evp include
authortb <tb@openbsd.org>
Fri, 12 Jul 2024 09:57:04 +0000 (09:57 +0000)
committertb <tb@openbsd.org>
Fri, 12 Jul 2024 09:57:04 +0000 (09:57 +0000)
lib/libcrypto/x509/x509_v3.c

index 8bab8c4..688aed1 100644 (file)
@@ -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 <openssl/asn1.h>
 #include <openssl/err.h>
-#include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/stack.h>
 #include <openssl/x509.h>