From f37a5fa1579ac6772cb4c23781c19bde3f11ce3b Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 2 Oct 2012 11:17:17 +0200 Subject: crypto: Fix some documentation bugs --- lib/crypto/doc/src/crypto.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/crypto/doc/src/crypto.xml') 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() = >]]>

Computes a message digest of type Type from Data.

+

May throw exception notsup in case the chosen Type + is not supported by the underlying OpenSSL implementation.

@@ -277,6 +279,8 @@ Mpint() = >]]>

Initializes the context for streaming hash operations. Type determines which digest to use. The returned context should be used as argument to hash_update.

+

May throw exception notsup in case the chosen Type + is not supported by the underlying OpenSSL implementation.

-- cgit v1.2.3