DOC: fix documentation of som EVP_MD_CTX functions
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Sep 2019 11:22:13 +0000 (13:22 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Sep 2019 11:25:27 +0000 (13:25 +0200)
commit61df2198e20ca47a4e8418c5bc47a362fd491ea3
treeb13b49715f3080c2e97bcd9cfa5840b88cb47660
parentc8d66837ad4f6b5be5b8b291753900de977f1dd1
DOC: fix documentation of som EVP_MD_CTX functions

They were documented to take an EVP_MD pointer, when they really take
an EVP_MD_CTX pointer.

Fixes #9993

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9997)
doc/man3/EVP_DigestInit.pod