DOC: fix documentation of som EVP_MD_CTX functions
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Sep 2019 11:23:38 +0000 (13:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Sep 2019 12:42:14 +0000 (14:42 +0200)
commit7c2a981ff7ca721a85687dcd972d54361434806f
treeb82f1f8103eb465da0156ca6aac7b5847950a9c1
parent0773687a2453c3553933a3627e798997abe41691
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: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9996)
doc/man3/EVP_DigestInit.pod