diff options
author | Anders Svensson <[email protected]> | 2015-09-14 23:26:03 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-09-14 23:26:03 +0200 |
commit | f4534cb9841c4ec9d6c7048555ed1ba5169b966f (patch) | |
tree | b75c2a1592303bb2d7e64ea68e00b2c7b2210d04 /lib/ssh | |
parent | 9fc6588660a6834f8545de32f7677c0d2acd7379 (diff) | |
parent | 44a53a37f39e65c935ed2648ec74dc0f741611e1 (diff) | |
download | otp-f4534cb9841c4ec9d6c7048555ed1ba5169b966f.tar.gz otp-f4534cb9841c4ec9d6c7048555ed1ba5169b966f.tar.bz2 otp-f4534cb9841c4ec9d6c7048555ed1ba5169b966f.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh_transport.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_transport.hrl b/lib/ssh/src/ssh_transport.hrl index d962b1111f..96ab1bb668 100644 --- a/lib/ssh/src/ssh_transport.hrl +++ b/lib/ssh/src/ssh_transport.hrl @@ -30,7 +30,7 @@ -define(DEFAULT_CLIENT_VERSION, {2, 0}). -define(DEFAULT_SERVER_VERSION, {2, 0}). --define(MAX_NUM_ALGORITHMS, 100). +-define(MAX_NUM_ALGORITHMS, 200). -define(DEFAULT_DH_GROUP_MIN, 1024). -define(DEFAULT_DH_GROUP_NBITS, 6144). |