Loading apps/rsa.c +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ bad: else if (informat == FORMAT_NETSCAPE) { BUF_MEM *buf=NULL; unsigned char *p; const unsigned char *p; int size=0; buf=BUF_MEM_new(); Loading apps/speed.c +1 −1 Original line number Diff line number Diff line Loading @@ -739,7 +739,7 @@ int MAIN(int argc, char **argv) #ifndef NO_RSA for (i=0; i<RSA_NUM; i++) { unsigned char *p; const unsigned char *p; p=rsa_data[i]; rsa_key[i]=d2i_RSAPrivateKey(NULL,&p,rsa_data_length[i]); Loading ssl/ssl_rsa.c +2 −2 Original line number Diff line number Diff line Loading @@ -303,7 +303,7 @@ end: int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len) { int ret; unsigned char *p; const unsigned char *p; RSA *rsa; p=d; Loading Loading @@ -641,7 +641,7 @@ end: int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, unsigned char *d, long len) { int ret; unsigned char *p; const unsigned char *p; RSA *rsa; p=d; Loading Loading
apps/rsa.c +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ bad: else if (informat == FORMAT_NETSCAPE) { BUF_MEM *buf=NULL; unsigned char *p; const unsigned char *p; int size=0; buf=BUF_MEM_new(); Loading
apps/speed.c +1 −1 Original line number Diff line number Diff line Loading @@ -739,7 +739,7 @@ int MAIN(int argc, char **argv) #ifndef NO_RSA for (i=0; i<RSA_NUM; i++) { unsigned char *p; const unsigned char *p; p=rsa_data[i]; rsa_key[i]=d2i_RSAPrivateKey(NULL,&p,rsa_data_length[i]); Loading
ssl/ssl_rsa.c +2 −2 Original line number Diff line number Diff line Loading @@ -303,7 +303,7 @@ end: int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len) { int ret; unsigned char *p; const unsigned char *p; RSA *rsa; p=d; Loading Loading @@ -641,7 +641,7 @@ end: int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, unsigned char *d, long len) { int ret; unsigned char *p; const unsigned char *p; RSA *rsa; p=d; Loading