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:19:02 +0000 (11:19 +0100)
commit019cb1ec5bb74cd1e6ec11b5ce1f1b50b0c9b2e2
treee66a6a0bcab4ea42ef97b4e9485bb1d544c70843
parente25fc6b5b2b99ed02f8966192c94c820b6f69add
Clarify the EVP_DigestSignInit docs

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

Fixes #7037

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7042)

(cherry picked from commit f097e8759820f6f9b78adb99eb4bfced2945d623)
doc/crypto/EVP_DigestSignInit.pod
doc/crypto/EVP_DigestVerifyInit.pod