summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-05-14 07:39:43 +0000
committertb <>2024-05-14 07:39:43 +0000
commitae477bdf3603d12d0da59a81d2fb03ce27cfa659 (patch)
treee0d5f7719dc64b5cc5e783547144d373bc813118
parent9d34abde0383382131d8b66fd09f0e36c31f2d6a (diff)
downloadopenbsd-ae477bdf3603d12d0da59a81d2fb03ce27cfa659.tar.gz
openbsd-ae477bdf3603d12d0da59a81d2fb03ce27cfa659.tar.bz2
openbsd-ae477bdf3603d12d0da59a81d2fb03ce27cfa659.zip
x509_ext.c: remove unnecessary includes
-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