change another nope to no

This commit is contained in:
Dirk Wetter 2019-10-29 17:36:08 +01:00 committed by GitHub
parent 0f40e85f62
commit 2f9bcea5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6280,7 +6280,7 @@ run_server_preference() {
pr_svrty_good "yes (OK)"; out " -- only for < TLS 1.3"
fileout "$jsonID" "OK" "server -- TLS 1.3 client determined"
elif ! "$has_cipher_order" && "$has_tls13_cipher_order"; then
pr_svrty_high "nope (NOT ok)"; out " -- only for TLS 1.3"
pr_svrty_high "no (NOT ok)"; out " -- only for TLS 1.3"
fileout "$jsonID" "HIGH" "server -- < TLS 1.3 client determined"
else
if "$has_tls13_cipher_order"; then