mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
update FFDHE4096 test with the updated usage
This commit is contained in:
committed by
Daniel Pouzzner
parent
c31ed64eb5
commit
b615309a7b
@ -16844,9 +16844,13 @@ WOLFSSL_TEST_SUBROUTINE int dh_test(void)
|
||||
ERROR_OUT(-8127, done);
|
||||
#endif
|
||||
#ifdef HAVE_FFDHE_4096
|
||||
#ifdef HAVE_PUBLIC_FFDHE
|
||||
ret = dh_ffdhe_test(&rng, wc_Dh_ffdhe4096_Get());
|
||||
if (ret != 0)
|
||||
ERROR_OUT(-8128, done);
|
||||
#else
|
||||
ret = dh_ffdhe_test(&rng, WC_FFDHE_4096);
|
||||
#endif
|
||||
#endif
|
||||
#endif /* !WC_NO_RNG */
|
||||
#endif /* HAVE_FIPS_VERSION == 2 && !WOLFSSL_SP_ARM64_ASM */
|
||||
|
Reference in New Issue
Block a user