From 5c9396e37c67490c75e7c5245db853a9d6331bbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 10 Jul 2002 08:39:05 +0000 Subject: [PATCH] remove obsolete comment --- crypto/bn/bntest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.34.1