diff options
author | Sverker Eriksson <[email protected]> | 2012-10-02 11:17:17 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-12-04 18:14:51 +0100 |
commit | f37a5fa1579ac6772cb4c23781c19bde3f11ce3b (patch) | |
tree | 5aa41bb8fd99773755715d69ad18654f6dd37419 /lib/crypto/doc/src/crypto.xml | |
parent | 62f4d2b3af590ec9ca76baca01f71c19b2e53211 (diff) | |
download | otp-f37a5fa1579ac6772cb4c23781c19bde3f11ce3b.tar.gz otp-f37a5fa1579ac6772cb4c23781c19bde3f11ce3b.tar.bz2 otp-f37a5fa1579ac6772cb4c23781c19bde3f11ce3b.zip |
crypto: Fix some documentation bugs
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 06338e8432..433c02b733 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -265,6 +265,8 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> </type> <desc> <p>Computes a message digest of type <c>Type</c> from <c>Data</c>.</p> + <p>May throw exception <c>notsup</c> in case the chosen <c>Type</c> + is not supported by the underlying OpenSSL implementation.</p> </desc> </func> <func> @@ -277,6 +279,8 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> <p>Initializes the context for streaming hash operations. <c>Type</c> determines which digest to use. The returned context should be used as argument to <seealso marker="#hash_update/2">hash_update</seealso>.</p> + <p>May throw exception <c>notsup</c> in case the chosen <c>Type</c> + is not supported by the underlying OpenSSL implementation.</p> </desc> </func> <func> |