From 3dc22e980e9538fc03b2673fe6dccee19ad5484a Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 17 Dec 2020 00:51:12 +0000 Subject: Remove echo headlines. --- src/regress/lib/libssl/interop/openssl11/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/regress/lib/libssl/interop/openssl11') diff --git a/src/regress/lib/libssl/interop/openssl11/Makefile b/src/regress/lib/libssl/interop/openssl11/Makefile index 678b1be255..32fd611ae4 100644 --- a/src/regress/lib/libssl/interop/openssl11/Makefile +++ b/src/regress/lib/libssl/interop/openssl11/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/10/29 06:05:12 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 bluhm Exp $ .if ! exists(/usr/local/bin/eopenssl11) regress: @@ -21,7 +21,6 @@ REGRESS_TARGETS += run-ldd-$p run-version-$p run-protocol-$p .for p in ${PROGS} run-ldd-$p: ldd-$p.out - @echo '\n======== $@ ========' # check that $p is linked with OpenSSL 1.1 grep -q /usr/local/lib/eopenssl11/libcrypto.so ldd-$p.out grep -q /usr/local/lib/eopenssl11/libssl.so ldd-$p.out @@ -29,12 +28,10 @@ run-ldd-$p: ldd-$p.out ! grep -v libc.so ldd-$p.out | grep /usr/lib/ run-version-$p: $p-self.out - @echo '\n======== $@ ========' # check that runtime version is OpenSSL 1.1 grep 'SSLEAY_VERSION: OpenSSL 1.1' $p-self.out run-protocol-$p: $p-self.out - @echo '\n======== $@ ========' # check that OpenSSL 1.1 protocol version is TLS 1.3 grep 'Protocol *: TLSv1.3' $p-self.out -- cgit v1.2.3-55-g6feb