Fix some RSA documentation
authorMatt Caswell <matt@openssl.org>
Fri, 10 Mar 2017 15:49:04 +0000 (15:49 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 10 Mar 2017 16:13:32 +0000 (16:13 +0000)
commitb41f6b64f809e5992b9f1b601b3dff1a2129da2d
tree797e46460d84062d19fd39e474f50b703c8dd98f
parent42c28b637c5ac9a288a0a6bde8f32622ba60e0a1
Fix some RSA documentation

RSA_private_encrypt(), RSA_public_decrypt(), RSA_public_encrypt() and
RSA_private_decrypt() are declared with a "const" from parameter, but
this is not reflected in the docs.

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