diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/interop/openssl34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/openssl34/Makefile b/src/regress/lib/libssl/interop/openssl34/Makefile index 72246bb621..9c23553a74 100644 --- a/src/regress/lib/libssl/interop/openssl34/Makefile +++ b/src/regress/lib/libssl/interop/openssl34/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2025/01/15 10:54:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2025/06/23 07:26:52 tb Exp $ |
2 | 2 | ||
3 | .if ! exists(/usr/local/bin/eopenssl34) | 3 | .if ! exists(/usr/local/bin/eopenssl34) |
4 | regress: | 4 | regress: |
@@ -27,7 +27,7 @@ run-ldd-$p: ldd-$p.out | |||
27 | grep -q /usr/local/lib/eopenssl34/libcrypto.so ldd-$p.out | 27 | grep -q /usr/local/lib/eopenssl34/libcrypto.so ldd-$p.out |
28 | grep -q /usr/local/lib/eopenssl34/libssl.so ldd-$p.out | 28 | grep -q /usr/local/lib/eopenssl34/libssl.so ldd-$p.out |
29 | # check that $p is not linked with LibreSSL | 29 | # check that $p is not linked with LibreSSL |
30 | ! grep -v libc.so ldd-$p.out | grep /usr/lib/ | 30 | ! grep -v -e libc.so -e libpthread.so ldd-$p.out | grep /usr/lib/ |
31 | 31 | ||
32 | run-version-$p: $p-self.out | 32 | run-version-$p: $p-self.out |
33 | # check that runtime version is OpenSSL 3.4 | 33 | # check that runtime version is OpenSSL 3.4 |