diff options
author | tb <> | 2023-02-01 15:58:20 +0000 |
---|---|---|
committer | tb <> | 2023-02-01 15:58:20 +0000 |
commit | 829d39e2f4357b1102caeb56efd6bd86dda40022 (patch) | |
tree | e5f54700154385937e3ff665d5669085529608f5 | |
parent | 4d552dd28e54c5b7ac285adbaac812a8b0d400be (diff) | |
download | openbsd-829d39e2f4357b1102caeb56efd6bd86dda40022.tar.gz openbsd-829d39e2f4357b1102caeb56efd6bd86dda40022.tar.bz2 openbsd-829d39e2f4357b1102caeb56efd6bd86dda40022.zip |
One more openssl 1.0.2 thing missed.
-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 |