Clarified that the signature's buffer size, `s`, is not used as an
authorJeffrey Walton <noloader@gmail.com>
Sun, 29 Jun 2014 22:34:21 +0000 (23:34 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 29 Jun 2014 22:37:12 +0000 (23:37 +0100)
commitb38db8803f69e6cff24126855ac80a60123492a6
tree5333a9a67ebbe17b4c2c93387b1b10e13b9b2544
parent59899c4d1b4b6ee4066a540bad2b62cb22ac3d91
Clarified that the signature's buffer size, `s`, is not used as an
IN parameter.

Under the old docs, the only thing stated was "at most
EVP_PKEY_size(pkey) bytes will be written". It was kind of misleading
since it appears EVP_PKEY_size(pkey) WILL be written regardless of the
signature's buffer size.

(cherry picked from commit 6e6ba36d980f67b6e5c7b139f78da7acbbf8ec76)
doc/crypto/EVP_SignInit.pod