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/cert | |
| 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/cert')
| -rw-r--r-- | src/regress/lib/libssl/interop/cert/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/cert/Makefile b/src/regress/lib/libssl/interop/cert/Makefile index 74c63c86a8..8f05e3f84d 100644 --- a/src/regress/lib/libssl/interop/cert/Makefile +++ b/src/regress/lib/libssl/interop/cert/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.14 2025/01/15 10:54:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2025/07/09 17:48:02 tb Exp $ |
| 2 | 2 | ||
| 3 | # Connect a client to a server. Both can be current libressl, or | 3 | # Connect a client to a server. Both can be current libressl, or |
| 4 | # openssl 3.x. Create client and server certificates | 4 | # openssl 3.x. Create client and server certificates |
| @@ -13,6 +13,9 @@ LIBRARIES += openssl33 | |||
| 13 | .if exists(/usr/local/bin/eopenssl34) | 13 | .if exists(/usr/local/bin/eopenssl34) |
| 14 | LIBRARIES += openssl34 | 14 | LIBRARIES += openssl34 |
| 15 | .endif | 15 | .endif |
| 16 | .if exists(/usr/local/bin/eopenssl35) | ||
| 17 | LIBRARIES += openssl35 | ||
| 18 | .endif | ||
| 16 | 19 | ||
| 17 | .for cca in noca ca fakeca | 20 | .for cca in noca ca fakeca |
| 18 | .for sca in noca ca fakeca | 21 | .for sca in noca ca fakeca |
