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 ++++ lib/crypto/doc/src/crypto_app.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.

diff --git a/lib/crypto/doc/src/crypto_app.xml b/lib/crypto/doc/src/crypto_app.xml index 1c01e3f099..6573a56f4c 100644 --- a/lib/crypto/doc/src/crypto_app.xml +++ b/lib/crypto/doc/src/crypto_app.xml @@ -62,7 +62,7 @@
OpenSSL libraries

The current implementation of the Erlang Crypto application is - based on the OpenSSL package version 0.9.7 or higher. + based on the OpenSSL package version 0.9.8 or higher. There are source and binary releases on the web.

Source releases of OpenSSL can be downloaded from the OpenSSL project home page, -- cgit v1.2.3