Fix bug in setting DISPLAY_CIPHERNAMES in 3.0

This commit fixes the same bug as #1546, but in the 3.0 branch.
This commit is contained in:
David Cooper 2020-03-25 12:59:54 -04:00
parent b2252002f4
commit e1c27d61a6

View File

@ -16806,7 +16806,7 @@ get_install_dir() {
fi
if [[ ! -r "$CIPHERS_BY_STRENGTH_FILE" ]]; then
DISPLAY_CIPHERNAMES="no-rfc"
DISPLAY_CIPHERNAMES="openssl-only"
debugme echo "$CIPHERS_BY_STRENGTH_FILE"
prln_warning "\nATTENTION: No cipher mapping file found!"
outln "Please note from 2.9 on $PROG_NAME needs files in \"\$TESTSSL_INSTALL_DIR/etc/\" to function correctly."