Remove mention of link between message digests and public key algorithms.
authorPauli <paul.dale@oracle.com>
Tue, 20 Mar 2018 00:03:10 +0000 (10:03 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 20 Mar 2018 21:24:27 +0000 (07:24 +1000)
commit79b49fb00d61f8bc41fe20694da26a18ddfd3b02
tree53704e9891573cb2dda977d4f4e4d8834dd5ec84
parenta9dd51a800f1920aa7545dc2f4f831000a60af48
Remove mention of link between message digests and public key algorithms.

The comment in EVP_DigestInit.pod is:

> Returns the NID of the public key signing algorithm associated with this
digest. For example EVP_sha1() is associated with RSA so this will return
B<NID_sha1WithRSAEncryption>. Since digests and signature algorithms are no
longer linked this function is only retained for compatibility reasons.

I.e. there is no link anymore.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5682)
doc/man3/EVP_SignInit.pod
doc/man3/EVP_VerifyInit.pod