From 6817c0a02c1271d5c92a4fbceafaf71a0cb7e5e2 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 21 Nov 2017 12:16:57 +0100 Subject: crypto: Fixes to make privkey_to_pubkey behave similar to other functions --- lib/crypto/doc/src/crypto.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/crypto/doc') 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 @@

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.

+

+ May throw exception notsup in case there is + no engine support in the underlying OpenSSL implementation. +

-- cgit v1.2.3