From f480541076046d416b477d5f85275becc18cb576 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 8 Sep 2020 03:25:15 +0000 Subject: Mention that EC_KEY_get0_public_key returns a public key. wording from jmc --- src/lib/libcrypto/man/EC_KEY_new.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3 index ba0774ccd4..ef3028c4b7 100644 --- a/src/lib/libcrypto/man/EC_KEY_new.3 +++ b/src/lib/libcrypto/man/EC_KEY_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_KEY_new.3,v 1.15 2019/08/19 13:08:26 schwarze Exp $ +.\" $OpenBSD: EC_KEY_new.3,v 1.16 2020/09/08 03:25:15 tb Exp $ .\" full merge up to: OpenSSL 3aef36ff Jan 5 13:06:03 2016 -0500 .\" partial merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 19 2019 $ +.Dd $Mdocdate: September 8 2020 $ .Dt EC_KEY_NEW 3 .Os .Sh NAME @@ -509,7 +509,9 @@ associated with the .Vt EC_KEY . .Pp .Fn EC_KEY_get0_private_key -returns the private key associated with the +and +.Fn EC_KEY_get0_public_key +return the private or public keys, respectively, associated with the .Vt EC_KEY . .Pp .Fn EC_KEY_get_enc_flags -- cgit v1.2.3-55-g6feb