diff options
| author | tb <> | 2024-08-18 09:14:17 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-18 09:14:17 +0000 |
| commit | b3e075767e19536c9eb560beb39f7477834ccb45 (patch) | |
| tree | 1cde2f0e848ef602837dec9224c3ad7a15990c30 /src/regress/lib/libssl/interop/botan | |
| parent | 01a2985a38a3c808144fed57b482f1147af4d183 (diff) | |
| download | openbsd-b3e075767e19536c9eb560beb39f7477834ccb45.tar.gz openbsd-b3e075767e19536c9eb560beb39f7477834ccb45.tar.bz2 openbsd-b3e075767e19536c9eb560beb39f7477834ccb45.zip | |
Add support for openssl32 in interop test
Diffstat (limited to 'src/regress/lib/libssl/interop/botan')
| -rw-r--r-- | src/regress/lib/libssl/interop/botan/Makefile | 5 |
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 b9570b815a..acc350a936 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.7 2023/10/30 17:15:21 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2024/08/18 09:14:17 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -29,6 +29,9 @@ LIBRARIES += openssl30 | |||
| 29 | .if exists(/usr/local/bin/eopenssl31) | 29 | .if exists(/usr/local/bin/eopenssl31) |
| 30 | LIBRARIES += openssl31 | 30 | LIBRARIES += openssl31 |
| 31 | .endif | 31 | .endif |
| 32 | .if exists(/usr/local/bin/eopenssl32) | ||
| 33 | LIBRARIES += openssl32 | ||
| 34 | .endif | ||
| 32 | 35 | ||
| 33 | PROGS = client | 36 | PROGS = client |
| 34 | SRCS_client = client.cpp | 37 | SRCS_client = client.cpp |
