diff options
author | tb <> | 2024-08-18 09:14:17 +0000 |
---|---|---|
committer | tb <> | 2024-08-18 09:14:17 +0000 |
commit | 9bf6dcf903a69a1bdcb775ae3133c6e4a34714d9 (patch) | |
tree | 1cde2f0e848ef602837dec9224c3ad7a15990c30 /src/regress/lib/libssl/interop/cert | |
parent | e7c2883bfd13e329ef5acff5caddef46e0b02708 (diff) | |
download | openbsd-9bf6dcf903a69a1bdcb775ae3133c6e4a34714d9.tar.gz openbsd-9bf6dcf903a69a1bdcb775ae3133c6e4a34714d9.tar.bz2 openbsd-9bf6dcf903a69a1bdcb775ae3133c6e4a34714d9.zip |
Add support for openssl32 in interop test
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 ae755be223..8c37d8a4f8 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.11 2023/10/30 17:15:21 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2024/08/18 09:14:17 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 1.1 or 3.0. Create client and server certificates | 4 | # openssl 1.1 or 3.0. Create client and server certificates |
@@ -16,6 +16,9 @@ LIBRARIES += openssl30 | |||
16 | .if exists(/usr/local/bin/eopenssl31) | 16 | .if exists(/usr/local/bin/eopenssl31) |
17 | LIBRARIES += openssl31 | 17 | LIBRARIES += openssl31 |
18 | .endif | 18 | .endif |
19 | .if exists(/usr/local/bin/eopenssl32) | ||
20 | LIBRARIES += openssl32 | ||
21 | .endif | ||
19 | 22 | ||
20 | .for cca in noca ca fakeca | 23 | .for cca in noca ca fakeca |
21 | .for sca in noca ca fakeca | 24 | .for sca in noca ca fakeca |