diff options
author | Hans Nilsson <[email protected]> | 2018-08-02 13:32:38 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-08-23 12:45:27 +0200 |
commit | 9b2685fd56dc6886f75d1cdfd4c1a061a52716a7 (patch) | |
tree | 717fa59a1e4bf96f42e4cfc7431e9f405920b13c /lib/ssh | |
parent | f3fde4cba0bca14a8718f39e7f7c68acd85f4078 (diff) | |
download | otp-9b2685fd56dc6886f75d1cdfd4c1a061a52716a7.tar.gz otp-9b2685fd56dc6886f75d1cdfd4c1a061a52716a7.tar.bz2 otp-9b2685fd56dc6886f75d1cdfd4c1a061a52716a7.zip |
ssh: -spec
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index 01c44cb371..4ac5b7a2c1 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -140,7 +140,8 @@ 'aes192-ctr' | 'aes256-ctr' | + '[email protected]' | . -type mac_alg() :: 'AEAD_AES_128_GCM' | |