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