mirror of https://github.com/wolfSSL/wolfssl.git
test.c: don't exclude prime_test when -DOLD_PRIME_CHECK, but to exclude it when -DWOLFSSL_LINUXKM.
parent
170322956b
commit
a80b0c1982
|
@ -1149,7 +1149,7 @@ initDefaultName();
|
||||||
test_pass("mp test passed!\n");
|
test_pass("mp test passed!\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WOLFSSL_PUBLIC_MP) && defined(WOLFSSL_KEY_GEN) && !defined(WOLFSSL_OLD_PRIME_CHECK)
|
#if defined(WOLFSSL_PUBLIC_MP) && defined(WOLFSSL_KEY_GEN) && !defined(WOLFSSL_LINUXKM)
|
||||||
if ( (ret = prime_test()) != 0)
|
if ( (ret = prime_test()) != 0)
|
||||||
return err_sys("prime test failed!\n", ret);
|
return err_sys("prime test failed!\n", ret);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue