diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/cert/Makefile')
-rw-r--r-- | src/regress/lib/libssl/interop/cert/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/cert/Makefile b/src/regress/lib/libssl/interop/cert/Makefile index 8c37d8a4f8..ab35d03d74 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.12 2024/08/18 09:14:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.13 2024/08/18 10:02:10 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 |
@@ -10,9 +10,6 @@ LIBRARIES = libressl | |||
10 | .if exists(/usr/local/bin/eopenssl11) | 10 | .if exists(/usr/local/bin/eopenssl11) |
11 | LIBRARIES += openssl11 | 11 | LIBRARIES += openssl11 |
12 | .endif | 12 | .endif |
13 | .if exists(/usr/local/bin/eopenssl30) | ||
14 | LIBRARIES += openssl30 | ||
15 | .endif | ||
16 | .if exists(/usr/local/bin/eopenssl31) | 13 | .if exists(/usr/local/bin/eopenssl31) |
17 | LIBRARIES += openssl31 | 14 | LIBRARIES += openssl31 |
18 | .endif | 15 | .endif |