diff options
author | Lukas Larsson <[email protected]> | 2013-04-22 10:00:38 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-04-22 10:00:38 +0200 |
commit | d185fe7e656c00483f72a9a181c7f680301d8e14 (patch) | |
tree | fbf111d09801271b09bce20bc179139d99e26aac /lib | |
parent | 8eab31230051a34d3e4ea9bb398e64e1604c03b3 (diff) | |
parent | 1209686a614736ab091a5c036a14645610866ee5 (diff) | |
download | otp-d185fe7e656c00483f72a9a181c7f680301d8e14.tar.gz otp-d185fe7e656c00483f72a9a181c7f680301d8e14.tar.bz2 otp-d185fe7e656c00483f72a9a181c7f680301d8e14.zip |
Merge branch 'maint'
* maint:
crypto: Fix typo in documentation
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/crypto/doc/src/crypto.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 29fc885152..7eca4557d9 100755 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -1354,7 +1354,7 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> <p> Computes the SRP session key (shared secret) for the client side (first argument is DerivedKey) or for the server side (first argument is Verifier). Also used - as premaster secret by TLS-SRP ciher suites. + as premaster secret by TLS-SRP cipher suites. </p> </desc> </func> |