Merge pull request #1547 from dcooper16/display_ciphernames_bug_3.0

Fix bug in setting DISPLAY_CIPHERNAMES in 3.0
This commit is contained in:
Dirk Wetter 2020-03-25 18:28:30 +01:00 committed by GitHub
commit ec6b724433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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."