diff options
author | beck <> | 2020-09-12 10:49:03 +0000 |
---|---|---|
committer | beck <> | 2020-09-12 10:49:03 +0000 |
commit | ca7e93e1e5543d9778b24369e5b780da61dd26bf (patch) | |
tree | 9b58274b6e0eb7cdbfe7bf06077a25f366466043 /src/regress/lib | |
parent | 31402382070c274f4b59025327e61947822c3c1a (diff) | |
download | openbsd-ca7e93e1e5543d9778b24369e5b780da61dd26bf.tar.gz openbsd-ca7e93e1e5543d9778b24369e5b780da61dd26bf.tar.bz2 openbsd-ca7e93e1e5543d9778b24369e5b780da61dd26bf.zip |
remove unused include that breaks regress
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/x509/constraints.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c index c04fc15000..5a61c34d89 100644 --- a/src/regress/lib/libcrypto/x509/constraints.c +++ b/src/regress/lib/libcrypto/x509/constraints.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <openssl/safestack.h> | 21 | #include <openssl/safestack.h> |
22 | #include <openssl/x509.h> | 22 | #include <openssl/x509.h> |
23 | #include <openssl/x509v3.h> | 23 | #include <openssl/x509v3.h> |
24 | #include "x509_verify.h" | ||
25 | #include "x509_internal.h" | 24 | #include "x509_internal.h" |
26 | 25 | ||
27 | 26 | ||