|
@@ -97,7 +97,7 @@ struct rsa_meth_st
|
|
|
int (*rsa_priv_dec)(int flen,const unsigned char *from,
|
|
|
unsigned char *to,
|
|
|
RSA *rsa,int padding);
|
|
|
- int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
|
|
|
+ int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *i,RSA *rsa,BN_CTX *ctx); /* Can be null */
|
|
|
int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
|
|
const BIGNUM *m, BN_CTX *ctx,
|
|
|
BN_MONT_CTX *m_ctx); /* Can be null */
|