summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_ext.c
diff options
context:
space:
mode:
authortb <>2024-05-14 07:39:43 +0000
committertb <>2024-05-14 07:39:43 +0000
commit150ef7381379e0389f502c5a149c844eb583da96 (patch)
treee0d5f7719dc64b5cc5e783547144d373bc813118 /src/lib/libcrypto/x509/x509_ext.c
parent28865b04425459ae9ab3b9c0f91c95ea5c45528f (diff)
downloadopenbsd-150ef7381379e0389f502c5a149c844eb583da96.tar.gz
openbsd-150ef7381379e0389f502c5a149c844eb583da96.tar.bz2
openbsd-150ef7381379e0389f502c5a149c844eb583da96.zip
x509_ext.c: remove unnecessary includes
Diffstat (limited to 'src/lib/libcrypto/x509/x509_ext.c')
-rw-r--r--src/lib/libcrypto/x509/x509_ext.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509_ext.c b/src/lib/libcrypto/x509/x509_ext.c
index 6faafc4bf0..f9a311feff 100644
--- a/src/lib/libcrypto/x509/x509_ext.c
+++ b/src/lib/libcrypto/x509/x509_ext.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_ext.c,v 1.17 2024/05/14 07:35:23 tb Exp $ */ 1/* $OpenBSD: x509_ext.c,v 1.18 2024/05/14 07:39:43 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -58,10 +58,6 @@
58 58
59#include <stdio.h> 59#include <stdio.h>
60 60
61#include <openssl/asn1.h>
62#include <openssl/evp.h>
63#include <openssl/objects.h>
64#include <openssl/stack.h>
65#include <openssl/x509.h> 61#include <openssl/x509.h>
66#include <openssl/x509v3.h> 62#include <openssl/x509v3.h>
67 63