diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/interop/botan/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile index ea9517dc6d..23f8a07bf4 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.5 2021/12/02 17:10:53 kn Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2023/02/01 15:58:20 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -20,12 +20,12 @@ CXX = /usr/local/bin/eg++ | |||
20 | .endif | 20 | .endif |
21 | 21 | ||
22 | LIBRARIES = libressl | 22 | LIBRARIES = libressl |
23 | .if exists(/usr/local/bin/eopenssl) | ||
24 | LIBRARIES += openssl | ||
25 | .endif | ||
26 | .if exists(/usr/local/bin/eopenssl11) | 23 | .if exists(/usr/local/bin/eopenssl11) |
27 | LIBRARIES += openssl11 | 24 | LIBRARIES += openssl11 |
28 | .endif | 25 | .endif |
26 | .if exists(/usr/local/bin/eopenssl30) | ||
27 | LIBRARIES += openssl30 | ||
28 | .endif | ||
29 | 29 | ||
30 | PROGS = client | 30 | PROGS = client |
31 | SRCS_client = client.cpp | 31 | SRCS_client = client.cpp |