summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/session
diff options
context:
space:
mode:
authortb <>2023-10-30 17:15:21 +0000
committertb <>2023-10-30 17:15:21 +0000
commitbc08093d61a7c129c8e10c0201e9f3ab3167593f (patch)
treec5fce117c872d075f932d494bd786f9804e73c8c /src/regress/lib/libssl/interop/session
parente961968230ef9656870099b75ce61f5a340c5b06 (diff)
downloadopenbsd-bc08093d61a7c129c8e10c0201e9f3ab3167593f.tar.gz
openbsd-bc08093d61a7c129c8e10c0201e9f3ab3167593f.tar.bz2
openbsd-bc08093d61a7c129c8e10c0201e9f3ab3167593f.zip
Add support for OpenSSL 3.1 interop tests
Until OpenSSL 3.1 has replaced OpenSSL 3.0 on most architectures, run both tests. Installed packages of OpenSSL 3.0 will update automatically to 3.1, so regress runners should not need to do anything.
Diffstat (limited to 'src/regress/lib/libssl/interop/session')
-rw-r--r--src/regress/lib/libssl/interop/session/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/session/Makefile b/src/regress/lib/libssl/interop/session/Makefile
index f5858eaba0..99daa4ba4f 100644
--- a/src/regress/lib/libssl/interop/session/Makefile
+++ b/src/regress/lib/libssl/interop/session/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.8 2023/02/01 16:03:47 tb Exp $ 1# $OpenBSD: Makefile,v 1.9 2023/10/30 17:15:21 tb Exp $
2 2
3LIBRARIES = libressl 3LIBRARIES = libressl
4.if exists(/usr/local/bin/eopenssl11) 4.if exists(/usr/local/bin/eopenssl11)
@@ -7,6 +7,9 @@ LIBRARIES += openssl11
7.if exists(/usr/local/bin/eopenssl30) 7.if exists(/usr/local/bin/eopenssl30)
8#LIBRARIES += openssl30 8#LIBRARIES += openssl30
9.endif 9.endif
10.if exists(/usr/local/bin/eopenssl31)
11#LIBRARIES += openssl31
12.endif
10 13
11run-session-client-libressl-server-libressl \ 14run-session-client-libressl-server-libressl \
12run-session-client-libressl-server-openssl11 \ 15run-session-client-libressl-server-openssl11 \