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:36:51 +0000 (23:36 +0100)
commit02e8d46119e524f0cdcdd57f673453a2f92fa961
treeb4c19b286efabafd04b1d740e8749c185f38f16f
parent105a3db56ee4960fd324f8fd653f53fba3e08472
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