diff options
author | Hans Nilsson <[email protected]> | 2019-03-21 12:04:05 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-03-22 10:23:59 +0100 |
commit | a8b7378104d037be457f51c80e0bbf7eb2dde23d (patch) | |
tree | 2a97d156e7a96d3b6ef6ece249a93da3b7a28c6b /lib | |
parent | b1f4c5f3b07387ed57a5794570969c55a3cd34ea (diff) | |
download | otp-a8b7378104d037be457f51c80e0bbf7eb2dde23d.tar.gz otp-a8b7378104d037be457f51c80e0bbf7eb2dde23d.tar.bz2 otp-a8b7378104d037be457f51c80e0bbf7eb2dde23d.zip |
crypto: Remove old comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 2c5f1b846f..8a4fad67de 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -1387,9 +1387,6 @@ FloatValue = rand:uniform(). % again <desc> <p> Can be used to determine which crypto algorithms that are supported by the underlying libcrypto library</p> - <p>Note: the <c>rsa_opts</c> entry is in an experimental state and may change or be removed without notice. - No guarantee for the accuarcy of the rsa option's value list should be assumed. - </p> <p>See <seealso marker="#hash_info-1">hash_info/1</seealso> and <seealso marker="#cipher_info-1">cipher_info/1</seealso> for information about the hash and cipher algorithms. </p> |