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
commit8bf6e3f7a7f62d228a84be226cd3ea5bf0ba33b5 (patch)
tree1a4d51e17b53586c239ac7d0efdcf34d8aba262e /src/lib
parente541ad1d74cfb27fd027747e3204b4800491ad44 (diff)
downloadopenbsd-8bf6e3f7a7f62d228a84be226cd3ea5bf0ba33b5.tar.gz
openbsd-8bf6e3f7a7f62d228a84be226cd3ea5bf0ba33b5.tar.bz2
openbsd-8bf6e3f7a7f62d228a84be226cd3ea5bf0ba33b5.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"