diff options
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh_options.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ssh/src/ssh_options.erl b/lib/ssh/src/ssh_options.erl index d8931da774..6939094401 100644 --- a/lib/ssh/src/ssh_options.erl +++ b/lib/ssh/src/ssh_options.erl @@ -938,9 +938,6 @@ check_preferred_algorithms(Algs) when is_list(Algs) -> check_input_ok(Algs), {true, normalize_mod_algs(Algs, true)}; -check_preferred_algorithms(Algs) when is_list(Algs) -> - check_preferred_algorithms({false,Algs}); - check_preferred_algorithms(_) -> error_in_check(modify_algorithms, "Bad option value. List expected."). |