mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Merge pull request #1546 from dcooper16/display_ciphernames_bug
Fix bug in setting DISPLAY_CIPHERNAMES
This commit is contained in:
commit
8ff45208c3
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user