From c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a 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/cipher/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/regress/lib/libssl/interop/cipher/Makefile') diff --git a/src/regress/lib/libssl/interop/cipher/Makefile b/src/regress/lib/libssl/interop/cipher/Makefile index fe74901d11..c88309962d 100644 --- a/src/regress/lib/libssl/interop/cipher/Makefile +++ b/src/regress/lib/libssl/interop/cipher/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/09/21 15:13:24 beck Exp $ +# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 bluhm Exp $ # Connect a client to a server. Both can be current libressl, or # openssl 1.0.2, or openssl 1.1. Create lists of supported ciphers @@ -14,7 +14,6 @@ server-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl.out \ server-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl.out \ check-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl \ check-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl: - @echo '\n======== $@ ========' # gost does not work with libressl TLS 1.3 right now @echo DISABLED @@ -112,7 +111,6 @@ run-cipher-${cipher}-client-${clib}-server-${slib} \ client-cipher-${cipher}-client-${clib}-server-${slib}.out \ server-cipher-${cipher}-client-${clib}-server-${slib}.out: dh.param \ 127.0.0.1.crt ${TYPE_${cipher}}.crt ../${clib}/client ../${slib}/server - @echo '\n======== $@ ========' LD_LIBRARY_PATH=/usr/local/lib/e${slib} \ ../${slib}/server >${@:S/^run/server/}.out \ -c ${TYPE_${cipher}}.crt -k ${TYPE_${cipher}}.key \ @@ -134,7 +132,6 @@ REGRESS_SLOW_TARGETS += check-cipher-${cipher}-client-${clib}-server-${slib} check-cipher-${cipher}-client-${clib}-server-${slib}: \ client-cipher-${cipher}-client-${clib}-server-${slib}.out \ server-cipher-${cipher}-client-${clib}-server-${slib}.out - @echo '\n======== $@ ========' .if "${clib}" != "openssl" && "${slib}" != "openssl" && \ "${cipher:C/AEAD-(AES.*-GCM|CHACHA.*-POLY.*)-SHA.*/TLS1_3/}" != TLS1_3 # client and server 1.3 capable, not TLS 1.3 cipher -- cgit v1.2.3-55-g6feb