diff options
author | Hans Nilsson <[email protected]> | 2017-06-01 13:36:24 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-06-02 13:21:51 +0200 |
commit | a17b94cc89dd14cf1027e05a0b3def68f2c1e96c (patch) | |
tree | 2f1035a046bba781e93b6f3e07b9f2a679710480 /lib/ssh | |
parent | a32b73392674348a6b19347b73da52755a2587dc (diff) | |
download | otp-a17b94cc89dd14cf1027e05a0b3def68f2c1e96c.tar.gz otp-a17b94cc89dd14cf1027e05a0b3def68f2c1e96c.tar.bz2 otp-a17b94cc89dd14cf1027e05a0b3def68f2c1e96c.zip |
ssh: Removed out-commented code
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh_connection_handler.erl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl index 4c6aff5c24..8d3ddb09a4 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -1735,16 +1735,6 @@ ext_info({"server-sig-algs",SigAlgsStr}, CommonAlgs ++ (ClientSigAlgs -- CommonAlgs) }}; - %% If there are algorithms common to the client and the server, use them. - %% Otherwise try with ones that the client supports. The server-sig-alg - %% list is a suggestion, not an order. - %% case CommonAlgs of - %% [_|_] -> - %% D0#data{ssh_params = Ssh0#ssh{userauth_pubkeys = CommonAlgs}}; - %% [] -> - %% D0 - %% end; - ext_info(_, D0) -> %% Not implemented D0. |