aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-12-01 14:50:17 +0100
committerHans Nilsson <[email protected]>2017-12-01 14:50:17 +0100
commit16937d18834798ab77e0f2aaa302a3ef384639ae (patch)
tree9fd36e6b9cfc963c02d1356ddc6c7f719cb58242 /lib/crypto/doc
parenteb065a0daadfcdc2bd0bc124ebb81175010b1b39 (diff)
parentcba4dc777a3b870985d0a925c7b4e827468a4bb2 (diff)
downloadotp-16937d18834798ab77e0f2aaa302a3ef384639ae.tar.gz
otp-16937d18834798ab77e0f2aaa302a3ef384639ae.tar.bz2
otp-16937d18834798ab77e0f2aaa302a3ef384639ae.zip
Merge branch 'maint'
* maint: crypto: engine_SUITE update crypto: fix pubkey_to_privkey
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r--lib/crypto/doc/src/crypto.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index c681ead797..d2193eb1a5 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -629,10 +629,6 @@
<p>Fetches the corresponding public key from a private key stored in an Engine.
The key must be of the type indicated by the Type parameter.
</p>
- <p>
- May throw exception notsup in case there is
- no engine support in the underlying OpenSSL implementation.
- </p>
</desc>
</func>