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:20:07 +0000 (16:20 +0000)
commita78d043b0db1e10ace2d777a837bd7e731a8ca6c
tree7124cf8b8a9fdf315189bfb8c1a5f79e8b47b952
parent57e73ef3943638a6a3e937f86789f391e5593b83
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