summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/botan
diff options
context:
space:
mode:
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