summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsg <>2023-04-19 12:30:09 +0000
committerjsg <>2023-04-19 12:30:09 +0000
commitb428e9561e4f6390210b76d21c1ff48e5a1d0efc (patch)
tree1a4d51e17b53586c239ac7d0efdcf34d8aba262e /src/lib
parenta675e0f63ca13cd7ae55e08e355c2661311ba18e (diff)
downloadopenbsd-b428e9561e4f6390210b76d21c1ff48e5a1d0efc.tar.gz
openbsd-b428e9561e4f6390210b76d21c1ff48e5a1d0efc.tar.bz2
openbsd-b428e9561e4f6390210b76d21c1ff48e5a1d0efc.zip
remove duplicate includes
ok tb@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/x509/x509_asid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c
index cc36cc1a56..95b1acb1e4 100644
--- a/src/lib/libcrypto/x509/x509_asid.c
+++ b/src/lib/libcrypto/x509/x509_asid.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_asid.c,v 1.39 2023/02/16 08:38:17 tb Exp $ */ 1/* $OpenBSD: x509_asid.c,v 1.40 2023/04/19 12:30:09 jsg Exp $ */
2/* 2/*
3 * Contributed to the OpenSSL Project by the American Registry for 3 * Contributed to the OpenSSL Project by the American Registry for
4 * Internet Numbers ("ARIN"). 4 * Internet Numbers ("ARIN").
@@ -70,7 +70,6 @@
70#include <openssl/conf.h> 70#include <openssl/conf.h>
71#include <openssl/err.h> 71#include <openssl/err.h>
72#include <openssl/x509.h> 72#include <openssl/x509.h>
73#include <openssl/x509.h>
74#include <openssl/x509v3.h> 73#include <openssl/x509v3.h>
75 74
76#include "x509_local.h" 75#include "x509_local.h"