aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-11-28 12:15:05 +0100
committerHans Nilsson <[email protected]>2017-12-01 14:47:34 +0100
commitbd4fc9ce5e7fc0feab83e0452511dfdd17ae4ec8 (patch)
tree587eaa8a1e2cbe61ac65691a871d70e68925cb66 /lib/crypto/doc
parenta3af8c0cfbe88579c1bd2779860fa7980e219c0c (diff)
downloadotp-bd4fc9ce5e7fc0feab83e0452511dfdd17ae4ec8.tar.gz
otp-bd4fc9ce5e7fc0feab83e0452511dfdd17ae4ec8.tar.bz2
otp-bd4fc9ce5e7fc0feab83e0452511dfdd17ae4ec8.zip
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 554e9f5bc1..dbc42812a8 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>