Missing line break

If --ssl-native is being used and the server supports SSLv2, but does not support any SSLv2 ciphers, there is a missing line break after the warning message is printed.
This commit is contained in:
David Cooper 2019-11-07 13:03:42 -05:00 committed by GitHub
parent c607bf4d92
commit 8e729d1396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4964,7 +4964,7 @@ run_protocols() {
fileout "$jsonID" "OK" "not offered"
add_tls_offered ssl2 no
;;
5) pr_svrty_high "CVE-2015-3197: $supported_no_ciph2";
5) prln_svrty_high "CVE-2015-3197: $supported_no_ciph2";
fileout "$jsonID" "HIGH" "offered, no cipher" "CVE-2015-3197" "CWE-310"
add_tls_offered ssl2 yes
;;