Add a comment (intended change)

This commit is contained in:
Bodo Möller 2000-12-18 16:39:00 +00:00
parent 3880cd35ad
commit 123d24d600

View File

@ -83,7 +83,7 @@ static RSA_METHOD rsa_pkcs1_eay_meth={
RSA_eay_private_encrypt,
RSA_eay_private_decrypt,
RSA_eay_mod_exp,
BN_mod_exp_mont,
BN_mod_exp_mont, /* XXX probably we should not use Montgomery if e == 3 */
RSA_eay_init,
RSA_eay_finish,
0,