Clarify the EVP_DigestSignInit docs
authorMatt Caswell <matt@openssl.org>
Thu, 23 Aug 2018 10:37:22 +0000 (11:37 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 4 Sep 2018 10:21:08 +0000 (11:21 +0100)
commit85d5a4e125bf6597e1663658fac51092b8f40a44
treea0065ae359563853df6f57e70e927716b5cb81ad
parent3c55cb200a416fa796f117410c189c577b57a36f
Clarify the EVP_DigestSignInit docs

They did not make it clear how the memory management works for the |pctx|
parameter.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7043)
doc/crypto/EVP_DigestSignInit.pod
doc/crypto/EVP_DigestVerifyInit.pod