remove obsolete comment
authorBodo Möller <bodo@openssl.org>
Wed, 10 Jul 2002 08:39:05 +0000 (08:39 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 10 Jul 2002 08:39:05 +0000 (08:39 +0000)
crypto/bn/bntest.c

index 443cf420e5ce9cd54a2f420676adf465d1b08db0..8158a67374ded65bc3ec3c9b21d8a8310fef1578 100644 (file)
@@ -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))