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:21:47 +0000 (16:21 +0000)
commit366a997f89f18a40a30d20cd9e6db8ad01d2dd14
treedd0f9b656db5e0bdf599303f4bd8febdee19bf24
parent2566388c840a2cd2c242e9cf5793228f3bcd270b
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)
(cherry picked from commit b41f6b64f809e5992b9f1b601b3dff1a2129da2d)
doc/crypto/RSA_private_encrypt.pod
doc/crypto/RSA_public_encrypt.pod