PRIME_CHECKS
if (BN_is_prime_ex(x, PRIME_CHECKS, NULL, NULL) == 1)
if (BN_is_prime_ex(num, PRIME_CHECKS, NULL, NULL) == 1)