From dc4f90ac48d406018babcd50130f1c02d8861609 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 29 Dec 2015 17:07:03 +0100 Subject: [PATCH] missing linefeed --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 1545532..749a8e3 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2440,7 +2440,7 @@ spdy_pre(){ http2_pre(){ if [[ -n "$STARTTLS" ]]; then [[ -n "$1" ]] && out "$1" - out "(HTTP/2 is a HTTP protocol and thus not tested here)" + outln "(HTTP/2 is a HTTP protocol and thus not tested here)" return 1 fi if [[ -n "$PROXY" ]]; then @@ -5480,4 +5480,4 @@ fi exit $? -# $Id: testssl.sh,v 1.433 2015/12/29 09:05:19 dirkw Exp $ +# $Id: testssl.sh,v 1.434 2015/12/29 16:07:02 dirkw Exp $