aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-03-21 18:33:12 +0100
committerErlang/OTP <[email protected]>2018-03-21 18:33:12 +0100
commitcc2f9a78d05bac859c5a654c91f156c30c50e162 (patch)
tree08694786dddb0325006865d3e20a218697409d1c
parent80728176e894980aa425b1197c41647e25aa3274 (diff)
parent1a93d0f54e4064b22923cc5cb426c82150ad4431 (diff)
downloadotp-cc2f9a78d05bac859c5a654c91f156c30c50e162.tar.gz
otp-cc2f9a78d05bac859c5a654c91f156c30c50e162.tar.bz2
otp-cc2f9a78d05bac859c5a654c91f156c30c50e162.zip
Merge branch 'hans/ssh/spec_double_algs/OTP-14990' into maint-20
* hans/ssh/spec_double_algs/OTP-14990: ssh: Fix bad spec for double_algs() in ssh.hrl
-rw-r--r--lib/ssh/src/ssh.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 4711f54fb5..8d950eea3c 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -114,7 +114,7 @@
| {mac, double_algs()}
| {compression, double_algs()} .
-type simple_algs() :: list( atom() ) .
--type double_algs() :: list( {client2serverlist,simple_algs()} | {server2client,simple_algs()} )
+-type double_algs() :: list( {client2server,simple_algs()} | {server2client,simple_algs()} )
| simple_algs() .
-type options() :: #{socket_options := socket_options(),