summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/botan
diff options
context:
space:
mode:
authortb <>2025-07-09 17:48:02 +0000
committertb <>2025-07-09 17:48:02 +0000
commitaff293dbd9cfabda512ac59dac94bc93acbffc74 (patch)
tree0c48b6ef031fc1c0c17d6d000d3d073d275a57db /src/regress/lib/libssl/interop/botan
parent8fa494c0b926ee98f0b8e37de072d325cb5a4810 (diff)
downloadopenbsd-aff293dbd9cfabda512ac59dac94bc93acbffc74.tar.gz
openbsd-aff293dbd9cfabda512ac59dac94bc93acbffc74.tar.bz2
openbsd-aff293dbd9cfabda512ac59dac94bc93acbffc74.zip
libcrypto regress: add interop harness for openssl/3.5
Diffstat (limited to 'src/regress/lib/libssl/interop/botan')
-rw-r--r--src/regress/lib/libssl/interop/botan/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile
index 85877d4290..1464cf84a8 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.10 2025/01/15 10:54:17 tb Exp $ 1# $OpenBSD: Makefile,v 1.11 2025/07/09 17:48:02 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -26,6 +26,9 @@ LIBRARIES += openssl33
26.if exists(/usr/local/bin/eopenssl34) 26.if exists(/usr/local/bin/eopenssl34)
27LIBRARIES += openssl34 27LIBRARIES += openssl34
28.endif 28.endif
29.if exists(/usr/local/bin/eopenssl35)
30LIBRARIES += openssl35
31.endif
29 32
30PROGS = client 33PROGS = client
31SRCS_client = client.cpp 34SRCS_client = client.cpp