diff options
author | Hans Nilsson <[email protected]> | 2017-11-28 12:15:05 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-12-01 14:47:34 +0100 |
commit | bd4fc9ce5e7fc0feab83e0452511dfdd17ae4ec8 (patch) | |
tree | 587eaa8a1e2cbe61ac65691a871d70e68925cb66 /lib/crypto/doc | |
parent | a3af8c0cfbe88579c1bd2779860fa7980e219c0c (diff) | |
download | otp-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.xml | 4 |
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> |