tiny clarification in debug mode

This commit is contained in:
Dirk 2023-06-02 16:57:47 +02:00
parent 6e2b9ae1c6
commit 858f00304c

View File

@ -12156,7 +12156,7 @@ parse_sslv2_serverhello() {
elif [[ $v2_hello_initbyte != "8" ]] || [[ $v2_hello_handshake != "04" ]]; then
ret=1
if [[ $DEBUG -ge 2 ]]; then
echo "no correct server hello"
echo "no correct (SSLv2) ServerHello"
echo "SSLv2 server init byte: 0x0$v2_hello_initbyte"
echo "SSLv2 hello handshake : 0x$v2_hello_handshake"
fi