summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/botan
diff options
context:
space:
mode:
authortb <>2025-01-15 10:54:17 +0000
committertb <>2025-01-15 10:54:17 +0000
commitcb86ec195b229ba63ee07473ae96518a97c28d9e (patch)
treeb4d18eb73941fd86bc3bffedf7d6913942390942 /src/regress/lib/libssl/interop/botan
parent3cd8c0de750ab0b5ebf16d6a37a9f3682b31cd60 (diff)
downloadopenbsd-cb86ec195b229ba63ee07473ae96518a97c28d9e.tar.gz
openbsd-cb86ec195b229ba63ee07473ae96518a97c28d9e.tar.bz2
openbsd-cb86ec195b229ba63ee07473ae96518a97c28d9e.zip
Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants)
OpenSSL 1.1 and 3.2 will be removed from the ports tree, so test the two remaining versions. Unfortunately, this requires a lot more manual massaging than there should be.
Diffstat (limited to 'src/regress/lib/libssl/interop/botan')
-rw-r--r--src/regress/lib/libssl/interop/botan/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile
index e20553012a..85877d4290 100644
--- a/src/regress/lib/libssl/interop/botan/Makefile
+++ b/src/regress/lib/libssl/interop/botan/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.9 2024/08/18 10:02:10 tb Exp $ 1# $OpenBSD: Makefile,v 1.10 2025/01/15 10:54:17 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -20,14 +20,11 @@ CXX = /usr/local/bin/eg++
20.endif 20.endif
21 21
22LIBRARIES = libressl 22LIBRARIES = libressl
23.if exists(/usr/local/bin/eopenssl11) 23.if exists(/usr/local/bin/eopenssl33)
24LIBRARIES += openssl11 24LIBRARIES += openssl33
25.endif 25.endif
26.if exists(/usr/local/bin/eopenssl31) 26.if exists(/usr/local/bin/eopenssl34)
27LIBRARIES += openssl31 27LIBRARIES += openssl34
28.endif
29.if exists(/usr/local/bin/eopenssl32)
30LIBRARIES += openssl32
31.endif 28.endif
32 29
33PROGS = client 30PROGS = client