summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-06-23 07:26:52 +0000
committertb <>2025-06-23 07:26:52 +0000
commit445abfa5d4ba2968b291d0bacceb79dd3e35bad0 (patch)
tree67e3c6c2e3eec9afa34663408017bbc85abdb2dd /src
parent83500bc783d0e20994f0f3af9a1bb14a87930fe7 (diff)
downloadopenbsd-445abfa5d4ba2968b291d0bacceb79dd3e35bad0.tar.gz
openbsd-445abfa5d4ba2968b291d0bacceb79dd3e35bad0.tar.bz2
openbsd-445abfa5d4ba2968b291d0bacceb79dd3e35bad0.zip
sync anton's fix for OpenSSL 3.3 interop to 3.4
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/interop/openssl34/Makefile4
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)
4regress: 4regress:
@@ -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
32run-version-$p: $p-self.out 32run-version-$p: $p-self.out
33 # check that runtime version is OpenSSL 3.4 33 # check that runtime version is OpenSSL 3.4