artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd54f5
)
Drop the unused evp include
author
tb
<tb@openbsd.org>
Fri, 12 Jul 2024 09:57:04 +0000
(09:57 +0000)
committer
tb
<tb@openbsd.org>
Fri, 12 Jul 2024 09:57:04 +0000
(09:57 +0000)
lib/libcrypto/x509/x509_v3.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_v3.c
b/lib/libcrypto/x509/x509_v3.c
index
8bab8c4
..
688aed1
100644
(file)
--- a/
lib/libcrypto/x509/x509_v3.c
+++ b/
lib/libcrypto/x509/x509_v3.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_v3.c,v 1.4
2 2024/07/12 09:55:38
tb Exp $ */
+/* $OpenBSD: x509_v3.c,v 1.4
3 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>