diff options
| author | tb <> | 2025-07-09 17:48:02 +0000 |
|---|---|---|
| committer | tb <> | 2025-07-09 17:48:02 +0000 |
| commit | aff293dbd9cfabda512ac59dac94bc93acbffc74 (patch) | |
| tree | 0c48b6ef031fc1c0c17d6d000d3d073d275a57db /src/regress/lib/libssl/interop/botan | |
| parent | 8fa494c0b926ee98f0b8e37de072d325cb5a4810 (diff) | |
| download | openbsd-aff293dbd9cfabda512ac59dac94bc93acbffc74.tar.gz openbsd-aff293dbd9cfabda512ac59dac94bc93acbffc74.tar.bz2 openbsd-aff293dbd9cfabda512ac59dac94bc93acbffc74.zip | |
libcrypto regress: add interop harness for openssl/3.5
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 85877d4290..1464cf84a8 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.11 2025/07/09 17:48:02 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -26,6 +26,9 @@ LIBRARIES += openssl33 | |||
| 26 | .if exists(/usr/local/bin/eopenssl34) | 26 | .if exists(/usr/local/bin/eopenssl34) |
| 27 | LIBRARIES += openssl34 | 27 | LIBRARIES += openssl34 |
| 28 | .endif | 28 | .endif |
| 29 | .if exists(/usr/local/bin/eopenssl35) | ||
| 30 | LIBRARIES += openssl35 | ||
| 31 | .endif | ||
| 29 | 32 | ||
| 30 | PROGS = client | 33 | PROGS = client |
| 31 | SRCS_client = client.cpp | 34 | SRCS_client = client.cpp |
