mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
missing linefeed
This commit is contained in:
parent
b962ccde53
commit
dc4f90ac48
@ -2440,7 +2440,7 @@ spdy_pre(){
|
|||||||
http2_pre(){
|
http2_pre(){
|
||||||
if [[ -n "$STARTTLS" ]]; then
|
if [[ -n "$STARTTLS" ]]; then
|
||||||
[[ -n "$1" ]] && out "$1"
|
[[ -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
|
return 1
|
||||||
fi
|
fi
|
||||||
if [[ -n "$PROXY" ]]; then
|
if [[ -n "$PROXY" ]]; then
|
||||||
@ -5480,4 +5480,4 @@ fi
|
|||||||
exit $?
|
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 $
|
||||||
|
Loading…
Reference in New Issue
Block a user