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:16:05 +0000 (11:16 +0100)
commitf097e8759820f6f9b78adb99eb4bfced2945d623
tree206619aff64dffb7b3ab4dad4d2febede8393dad
parentf273ff953abfafbb5fc4d68904469f862fbeae8a
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)
doc/man3/EVP_DigestSignInit.pod
doc/man3/EVP_DigestVerifyInit.pod