BN_CTX *ctx;
int checks = BN_prime_checks_for_size(bits);
+ BN_init(&t);
+
ctx=BN_CTX_new();
if (ctx == NULL) goto err;
if (ret == NULL)
}
else
rnd=ret;
- BN_init(&t);
-loop:
+loop:
/* make a random number and set the top and bottom bits */
if (add == NULL)
{