diff options
author | Hans Nilsson <[email protected]> | 2015-11-24 11:50:23 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-24 11:50:23 +0100 |
commit | d56fda8a730ff43bdfc15936519effb61fbd03e3 (patch) | |
tree | 28a79c341eec2664fa208324d487906c8b23f9b1 /lib/ssh/src/ssh.hrl | |
parent | 87d29a0bc06345a2e72702a87f200bb5de85ab10 (diff) | |
parent | 3c68f93ff05bad90550407dc1eb316547227bfa7 (diff) | |
download | otp-d56fda8a730ff43bdfc15936519effb61fbd03e3.tar.gz otp-d56fda8a730ff43bdfc15936519effb61fbd03e3.tar.bz2 otp-d56fda8a730ff43bdfc15936519effb61fbd03e3.zip |
Merge branch 'hans/ssh/aes_gcm_crypto/OTP-13018' into maint
* hans/ssh/aes_gcm_crypto/OTP-13018:
ssh: fix dialyzer reported error
ssh: renegotiate test group for AES_GCM
ssh: documentation updates
ssh: AEAD_AES_(128|256)_GCM and aes(128|256)[email protected] crypto
ssh: refactor packet reception
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index 4ad936f742..8efc743b67 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -29,7 +29,6 @@ -define(SSH_DEFAULT_PORT, 22). -define(SSH_MAX_PACKET_SIZE, (256*1024)). --define(SSH_LENGHT_INDICATOR_SIZE, 4). -define(REKEY_TIMOUT, 3600000). -define(REKEY_DATA_TIMOUT, 60000). -define(DEFAULT_PROFILE, default). |