aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-18 16:39:00 +0000
committerBodo Möller <bodo@openssl.org>2000-12-18 16:39:00 +0000
commit123d24d6003796375b5742f5274b3c69e27f9008 (patch)
treed8e9c2baf6dd78167495064b848e7c371356caf8 /crypto/rsa
parent3880cd35ad222b10367435f92ab547dce2629f22 (diff)
downloadopenssl-123d24d6003796375b5742f5274b3c69e27f9008.tar.gz
Add a comment (intended change)
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_eay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c
index e675d0a7b8..f92a3022cb 100644
--- a/crypto/rsa/rsa_eay.c
+++ b/crypto/rsa/rsa_eay.c
@@ -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,