use faster version
authorUlf Möller <ulf@openssl.org>
Wed, 21 Jun 2000 21:20:46 +0000 (21:20 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 21 Jun 2000 21:20:46 +0000 (21:20 +0000)
crypto/bn/bn_mont.c

index b8eb2b7998e2384230fbfe57e2444e74ef8c6031..e5fbcd619f7b05ce078565c7cdb67027916af7de 100644 (file)
@@ -85,7 +85,7 @@ int BN_mod_mul_montgomery(BIGNUM *r, BIGNUM *a, BIGNUM *b,
 
        if (a == b)
                {
 
        if (a == b)
                {
-#if 0
+#if 
                bn_wexpand(tmp,a->top*2);
                bn_wexpand(tmp2,a->top*4);
                bn_sqr_recursive(tmp->d,a->d,a->top,tmp2->d);
                bn_wexpand(tmp,a->top*2);
                bn_wexpand(tmp2,a->top*4);
                bn_sqr_recursive(tmp->d,a->d,a->top,tmp2->d);