aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-08-02 13:32:38 +0200
committerHans Nilsson <[email protected]>2018-08-23 12:45:27 +0200
commit9b2685fd56dc6886f75d1cdfd4c1a061a52716a7 (patch)
tree717fa59a1e4bf96f42e4cfc7431e9f405920b13c /lib/ssh/src/ssh.hrl
parentf3fde4cba0bca14a8718f39e7f7c68acd85f4078 (diff)
downloadotp-9b2685fd56dc6886f75d1cdfd4c1a061a52716a7.tar.gz
otp-9b2685fd56dc6886f75d1cdfd4c1a061a52716a7.tar.bz2
otp-9b2685fd56dc6886f75d1cdfd4c1a061a52716a7.zip
ssh: -spec
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r--lib/ssh/src/ssh.hrl3
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' |
.
-type mac_alg() :: 'AEAD_AES_128_GCM' |