summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/botan
diff options
context:
space:
mode:
authortb <>2024-08-18 09:14:17 +0000
committertb <>2024-08-18 09:14:17 +0000
commitb3e075767e19536c9eb560beb39f7477834ccb45 (patch)
tree1cde2f0e848ef602837dec9224c3ad7a15990c30 /src/regress/lib/libssl/interop/botan
parent01a2985a38a3c808144fed57b482f1147af4d183 (diff)
downloadopenbsd-b3e075767e19536c9eb560beb39f7477834ccb45.tar.gz
openbsd-b3e075767e19536c9eb560beb39f7477834ccb45.tar.bz2
openbsd-b3e075767e19536c9eb560beb39f7477834ccb45.zip
Add support for openssl32 in interop test
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 b9570b815a..acc350a936 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.7 2023/10/30 17:15:21 tb Exp $ 1# $OpenBSD: Makefile,v 1.8 2024/08/18 09:14:17 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -29,6 +29,9 @@ LIBRARIES += openssl30
29.if exists(/usr/local/bin/eopenssl31) 29.if exists(/usr/local/bin/eopenssl31)
30LIBRARIES += openssl31 30LIBRARIES += openssl31
31.endif 31.endif
32.if exists(/usr/local/bin/eopenssl32)
33LIBRARIES += openssl32
34.endif
32 35
33PROGS = client 36PROGS = client
34SRCS_client = client.cpp 37SRCS_client = client.cpp