Hi Folks,

In OpenSSL 1.0.0 Beta 3 this declaration in openssl/ssh.h:
int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len);

seems to miss the 'const' keyword in second param:
int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, const unsigned char *d, long len);

All similar *_ASN1() functions have it, and the source (ssl_rsa.c) also suggest
that it's needed (maybe not added for compatibility?).

Brgds,
Viktor Szakats

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to