diff options
author | Hans Nilsson <[email protected]> | 2017-11-21 12:16:57 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-21 12:16:57 +0100 |
commit | 6817c0a02c1271d5c92a4fbceafaf71a0cb7e5e2 (patch) | |
tree | 3f10047bfb9d4659ae363d2f569c17b62782da66 /lib/crypto/doc/src | |
parent | f99f4c02676686935276f0df07c1eb6e2ae35fe7 (diff) | |
download | otp-6817c0a02c1271d5c92a4fbceafaf71a0cb7e5e2.tar.gz otp-6817c0a02c1271d5c92a4fbceafaf71a0cb7e5e2.tar.bz2 otp-6817c0a02c1271d5c92a4fbceafaf71a0cb7e5e2.zip |
crypto: Fixes to make privkey_to_pubkey behave similar to other functions
Diffstat (limited to 'lib/crypto/doc/src')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 8e2d33c928..565bede7e8 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -628,6 +628,10 @@ <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> |