summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjca <>2021-10-25 11:48:24 +0000
committerjca <>2021-10-25 11:48:24 +0000
commit774bfad1ab011ff632c80848b37448ae52fb7e0a (patch)
tree3b60cc6ee20e96432cb2aaf61d4f34393576120f /src
parent9cce299b20e35232dd51711ea587f4f8a717a95a (diff)
downloadopenbsd-774bfad1ab011ff632c80848b37448ae52fb7e0a.tar.gz
openbsd-774bfad1ab011ff632c80848b37448ae52fb7e0a.tar.bz2
openbsd-774bfad1ab011ff632c80848b37448ae52fb7e0a.zip
Zap two unused includes
Spotted by egcc. ok tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509_addr.c2
-rw-r--r--src/lib/libcrypto/x509/x509_asid.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509_addr.c b/src/lib/libcrypto/x509/x509_addr.c
index ccc06bb0bb..8e3ecad6b2 100644
--- a/src/lib/libcrypto/x509/x509_addr.c
+++ b/src/lib/libcrypto/x509/x509_addr.c
@@ -23,8 +23,6 @@
23#include <openssl/x509.h> 23#include <openssl/x509.h>
24#include <openssl/x509v3.h> 24#include <openssl/x509v3.h>
25 25
26#include "ext_dat.h"
27
28#ifndef OPENSSL_NO_RFC3779 26#ifndef OPENSSL_NO_RFC3779
29 27
30/* 28/*
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c
index ed99ca7b6d..54b6ed5700 100644
--- a/src/lib/libcrypto/x509/x509_asid.c
+++ b/src/lib/libcrypto/x509/x509_asid.c
@@ -25,8 +25,6 @@
25#include <openssl/x509.h> 25#include <openssl/x509.h>
26#include <openssl/x509v3.h> 26#include <openssl/x509v3.h>
27 27
28#include "ext_dat.h"
29
30#ifndef OPENSSL_NO_RFC3779 28#ifndef OPENSSL_NO_RFC3779
31 29
32static const ASN1_TEMPLATE ASRange_seq_tt[] = { 30static const ASN1_TEMPLATE ASRange_seq_tt[] = {