From 424baabdf5af540bda4a69122d274b071d804390 Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Thu, 19 Jan 2017 00:07:20 +0100 Subject: [PATCH] correct 3 mistakes CLA: trivial Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2257) --- doc/man3/ECDSA_SIG_new.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man3/ECDSA_SIG_new.pod b/doc/man3/ECDSA_SIG_new.pod index 2eb41502cc..9e1f662c62 100644 --- a/doc/man3/ECDSA_SIG_new.pod +++ b/doc/man3/ECDSA_SIG_new.pod @@ -76,7 +76,7 @@ created with the private EC key B. ECDSA_sign() computes a digital signature of the B bytes hash value B using the private EC key B. The DER encoded signatures is -stored in B and it's length is returned in B. Note: B must +stored in B and its length is returned in B. Note: B must point to ECDSA_size(eckey) bytes of memory. The parameter B is currently ignored. ECDSA_sign() is wrapper function for ECDSA_sign_ex() with B and B set to NULL. @@ -105,7 +105,7 @@ used in a later call to ECDSA_sign_ex() or ECDSA_do_sign_ex(). ECDSA_sign_ex() computes a digital signature of the B bytes hash value B using the private EC key B and the optional pre-computed values -B and B. The DER encoded signatures is stored in B and it's +B and B. The DER encoded signature is stored in B and its length is returned in B. Note: B must point to ECDSA_size(eckey) bytes of memory. The parameter B is ignored. -- 2.25.1