summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/cert
diff options
context:
space:
mode:
authortb <>2024-08-18 10:02:10 +0000
committertb <>2024-08-18 10:02:10 +0000
commit7216f02185745b3f4f3df0e5e353a924243485a3 (patch)
tree5700c81215ca88e684b62c7707e3ed7026bbe9b6 /src/regress/lib/libssl/interop/cert
parent9bf6dcf903a69a1bdcb775ae3133c6e4a34714d9 (diff)
downloadopenbsd-7216f02185745b3f4f3df0e5e353a924243485a3.tar.gz
openbsd-7216f02185745b3f4f3df0e5e353a924243485a3.tar.bz2
openbsd-7216f02185745b3f4f3df0e5e353a924243485a3.zip
Drop OpenSSL 3.0 interop testing infrastructure
The openssl 3.0 port was removed nearly a year ago shortly after the 7.4 release.
Diffstat (limited to 'src/regress/lib/libssl/interop/cert')
-rw-r--r--src/regress/lib/libssl/interop/cert/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/cert/Makefile b/src/regress/lib/libssl/interop/cert/Makefile
index 8c37d8a4f8..ab35d03d74 100644
--- a/src/regress/lib/libssl/interop/cert/Makefile
+++ b/src/regress/lib/libssl/interop/cert/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.12 2024/08/18 09:14:17 tb Exp $ 1# $OpenBSD: Makefile,v 1.13 2024/08/18 10:02:10 tb Exp $
2 2
3# Connect a client to a server. Both can be current libressl, or 3# Connect a client to a server. Both can be current libressl, or
4# openssl 1.1 or 3.0. Create client and server certificates 4# openssl 1.1 or 3.0. Create client and server certificates
@@ -10,9 +10,6 @@ LIBRARIES = libressl
10.if exists(/usr/local/bin/eopenssl11) 10.if exists(/usr/local/bin/eopenssl11)
11LIBRARIES += openssl11 11LIBRARIES += openssl11
12.endif 12.endif
13.if exists(/usr/local/bin/eopenssl30)
14LIBRARIES += openssl30
15.endif
16.if exists(/usr/local/bin/eopenssl31) 13.if exists(/usr/local/bin/eopenssl31)
17LIBRARIES += openssl31 14LIBRARIES += openssl31
18.endif 15.endif