diff options
author | Hans Nilsson <[email protected]> | 2017-11-22 11:58:34 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-22 11:58:34 +0100 |
commit | 9198b5075e25250c15145b942a9d0c4ea023896e (patch) | |
tree | 6cb6ec15a612ba871d5e16a5dc8564c08e47f3e7 /lib/crypto/doc | |
parent | 7ac552d858a3c611052d6b109314feb509d6cc01 (diff) | |
parent | a41bfcdf524dd94a9a760ab3dd0d375896e5a7f7 (diff) | |
download | otp-9198b5075e25250c15145b942a9d0c4ea023896e.tar.gz otp-9198b5075e25250c15145b942a9d0c4ea023896e.tar.bz2 otp-9198b5075e25250c15145b942a9d0c4ea023896e.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/crypto/doc')
-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 3ab8f9c832..cc72bde9cb 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> |