Nils Larsch wrote:
James Walker wrote:
I'm wondering why the sigbuf parameter of RSA_verify is declared as unsigned char* rather than const unsigned char*. It's not going to change the signature, is it?

it should not change the signature input and in openssl >= 0.9.8
it is const.

Thanks!
--
  James W. Walker, Innoventive Software LLC
  <http://www.frameforge3d.com/>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to