diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/botan')
-rw-r--r-- | src/regress/lib/libssl/interop/botan/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile index 85877d4290..56bcdaf4bd 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.12 2025/07/25 16:33:15 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -20,11 +20,8 @@ CXX = /usr/local/bin/eg++ | |||
20 | .endif | 20 | .endif |
21 | 21 | ||
22 | LIBRARIES = libressl | 22 | LIBRARIES = libressl |
23 | .if exists(/usr/local/bin/eopenssl33) | 23 | .if exists(/usr/local/bin/eopenssl35) |
24 | LIBRARIES += openssl33 | 24 | LIBRARIES += openssl35 |
25 | .endif | ||
26 | .if exists(/usr/local/bin/eopenssl34) | ||
27 | LIBRARIES += openssl34 | ||
28 | .endif | 25 | .endif |
29 | 26 | ||
30 | PROGS = client | 27 | PROGS = client |