Remove redundant entries

This commit removes two entries from a "case" test that were already covered by a previous entry.
This commit is contained in:
David Cooper 2020-03-25 16:07:22 -04:00
parent e15aea4790
commit 72dae035b5

View File

@ -5969,7 +5969,7 @@ pr_cipher_quality() {
pr_svrty_high "$text"
return 2
;;
PSK-*GCM*|PSK-*CCM*|RSA-PSK-*GCM*|RSA-PSK-CHACHA20-POLY1305|PSK-CHACHA20-POLY1305|PSK-ARIA*-GCM-SHA*|RSA-PSK-ARIA*-GCM-SHA*)
PSK-*GCM*|PSK-*CCM*|RSA-PSK-*GCM*|RSA-PSK-CHACHA20-POLY1305|PSK-CHACHA20-POLY1305)
# PSK kx and e.g. GCM isn't certainly the best
pr_svrty_good "$text"
return 6