commit | 816d78572188d76dc9f08fa00a93d0c65f64e02a | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed May 07 11:38:10 2003 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Wed May 07 11:38:10 2003 +0000 |
tree | b1d21b260abf2688091dcbfabb37f2bd06817e42 | |
parent | 742b139f543db9d469dca1b8679492a80c22021f [diff] |
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