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:22 +0000 (23:36 +0100)
commit3875ee59baaad702062e4d50e730893e733271ba
tree707249c0bc24389e3fafc655f70817e6fca9036a
parent14183e50e75f54c44df6be69670180860ac19550
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