artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e56df
)
x509_ext.c: remove unnecessary includes
author
tb
<tb@openbsd.org>
Tue, 14 May 2024 07:39:43 +0000
(07:39 +0000)
committer
tb
<tb@openbsd.org>
Tue, 14 May 2024 07:39:43 +0000
(07:39 +0000)
lib/libcrypto/x509/x509_ext.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_ext.c
b/lib/libcrypto/x509/x509_ext.c
index
6faafc4
..
f9a311f
100644
(file)
--- a/
lib/libcrypto/x509/x509_ext.c
+++ b/
lib/libcrypto/x509/x509_ext.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_ext.c,v 1.1
7 2024/05/14 07:35:2
3 tb Exp $ */
+/* $OpenBSD: x509_ext.c,v 1.1
8 2024/05/14 07:39:4
3 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-58,10
+58,6
@@
#include <stdio.h>
-#include <openssl/asn1.h>
-#include <openssl/evp.h>
-#include <openssl/objects.h>
-#include <openssl/stack.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>