summaryrefslogtreecommitdiff
path: root/common-runopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'common-runopts.c')
-rw-r--r--common-runopts.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common-runopts.c b/common-runopts.c
index 62b9471..2762e1a 100644
--- a/common-runopts.c
+++ b/common-runopts.c
@@ -76,12 +76,6 @@ parse_ciphers_macs()
dropbear_exit(".");
}
- if (strcmp(opts.cipher_list, "none") == 0)
- {
- /* Encryption is required during authentication */
- opts.cipher_list = "none,aes128-ctr";
- }
-
if (check_user_algos(opts.cipher_list, sshciphers, "cipher") == 0)
{
dropbear_exit("No valid ciphers specified for '-c'");