diff options
author | Hans Nilsson <[email protected]> | 2016-04-27 12:22:18 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-27 12:22:18 +0200 |
commit | 581a973dc3130a22219ec3d1c7e9fbf5db60fbc5 (patch) | |
tree | 1978796eedec7d111065a0913fb5c3e5a69c0403 | |
parent | bbe703b993cd75a13932b4d9809184af7e3ec4d6 (diff) | |
download | otp-581a973dc3130a22219ec3d1c7e9fbf5db60fbc5.tar.gz otp-581a973dc3130a22219ec3d1c7e9fbf5db60fbc5.tar.bz2 otp-581a973dc3130a22219ec3d1c7e9fbf5db60fbc5.zip |
ssh: fix same doc error as PR-1021 in another place where it also was wrong
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 7dda5d67a2..33aacb8ffe 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -461,6 +461,7 @@ {server2client,['aes128-cbc','3des-cbc']}]}, {mac,['hmac-sha2-256','hmac-sha1']}, {compression,[none,zlib]} + ] } </code> <p>The example specifies different algorithms in the two directions (client2server and server2client), |