Skip to content

Commit

Permalink
Merge pull request #1546 from dcooper16/display_ciphernames_bug
Browse files Browse the repository at this point in the history
Fix bug in setting DISPLAY_CIPHERNAMES
  • Loading branch information
drwetter committed Mar 25, 2020
2 parents 1e94d5a + 5ab73d1 commit 8ff4520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testssl.sh
Expand Up @@ -17931,7 +17931,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."
Expand Down

0 comments on commit 8ff4520

Please sign in to comment.