summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2020-09-12 10:49:04 +0000
committerBob Beck <beck@cvs.openbsd.org>2020-09-12 10:49:04 +0000
commit261ca178f781a1f240567139f33d34ac1896970b (patch)
treedf639afc1b855a61ef9031ce462d9edd6e035127 /regress/lib/libcrypto
parentc144e3c30ebe4dfbe5fca1085d646ac3a95db9f5 (diff)
remove unused include that breaks regress
Diffstat (limited to 'regress/lib/libcrypto')
-rw-r--r--regress/lib/libcrypto/x509/constraints.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/x509/constraints.c b/regress/lib/libcrypto/x509/constraints.c
index c04fc150005..5a61c34d89f 100644
--- a/regress/lib/libcrypto/x509/constraints.c
+++ b/regress/lib/libcrypto/x509/constraints.c
@@ -21,7 +21,6 @@
#include <openssl/safestack.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
-#include "x509_verify.h"
#include "x509_internal.h"