summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-07-10 08:39:05 +0000
committerBodo Möller <bodo@openssl.org>2002-07-10 08:39:05 +0000
commit5c9396e37c67490c75e7c5245db853a9d6331bbd (patch)
treec64ce5f873dde75a1bccbdeda6149e89b5f0afe5 /crypto/bn/bntest.c
parent7b63c0fa8c309bed7848b5ca5810ae9e2f2fb3c1 (diff)
remove obsolete comment
Diffstat (limited to 'crypto/bn/bntest.c')
-rw-r--r--crypto/bn/bntest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c
index 443cf420e5..8158a67374 100644
--- a/crypto/bn/bntest.c
+++ b/crypto/bn/bntest.c
@@ -925,7 +925,7 @@ int test_kron(BIO *bp, BN_CTX *ctx)
/* r := a^t mod b */
b->neg=0;
- if (!BN_mod_exp_recp(r, a, t, b, ctx)) goto err; /* XXX should be BN_mod_exp_recp, but ..._recp triggers a bug that must be fixed */
+ if (!BN_mod_exp_recp(r, a, t, b, ctx)) goto err;
b->neg=1;
if (BN_is_word(r, 1))