From 4fc8111c0a27c55baab909e738c285ed60939075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=BCtz?= Date: Sat, 7 Feb 2015 17:30:36 +0100 Subject: [PATCH] Trivial typo fix noone => none --- testssl.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testssl.sh b/testssl.sh index cc52e45..699895a 100755 --- a/testssl.sh +++ b/testssl.sh @@ -528,7 +528,7 @@ cookieflags() { # ARG1: Path, ARG2: path nr_cookies=`cat $TMPFILE | wc -l` out "$nr_cookies issued: " if [ $nr_cookies -gt 1 ] ; then - negative_word="NOONE" + negative_word="NONE" else negative_word="NOT" fi @@ -1221,7 +1221,7 @@ pfs() { else pr_litegreenln "In general PFS is offered. Now testing specific ciphers ..."; outln "(it depends on the browser/client whether one of them will be used)\n" - noone=0 + none=0 neat_header $OPENSSL ciphers -V "$PFSOK" | while read hexcode n ciph sslvers kx auth enc mac; do $OPENSSL s_client -cipher $ciph $STARTTLS -connect $NODEIP:$PORT $SNI &>/dev/null