From: Markus Triska Date: Wed, 18 Jan 2017 23:07:20 +0000 (+0100) Subject: correct 3 mistakes X-Git-Tag: OpenSSL_1_1_1-pre1~2650 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=424baabdf5af540bda4a69122d274b071d804390;p=oweals%2Fopenssl.git correct 3 mistakes CLA: trivial Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2257) --- 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.