DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function
authorRichard Levitte <levitte@openssl.org>
Wed, 7 May 2003 11:38:10 +0000 (11:38 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 7 May 2003 11:38:10 +0000 (11:38 +0000)
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


No differences found