Commit 816d7857 authored by Richard Levitte's avatar Richard Levitte
Browse files

DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function

called downstream that need it to be non-const.  The fact that the RSA_METHOD
functions take the RSA* as a const doesn't matter, it just expresses that
*they* won't touch it.
PR: 602
parent 742b139f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment