JNI/JCE: call wc_RunAllCast_fips() for HAVE_FIPS_VERSION >= 6

pull/86/head
Chris Conlon 2024-12-13 15:52:47 -07:00
parent 5eb10000bb
commit d35c81ce10
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ JNIEXPORT jint JNICALL Java_com_wolfssl_wolfcrypt_Fips_wc_1runAllCast_1fips
#endif
#if defined(HAVE_FIPS) && defined(HAVE_FIPS_VERSION) && \
(HAVE_FIPS_VERSION >= 7)
(HAVE_FIPS_VERSION >= 6)
failCount = wc_RunAllCast_fips();
if (failCount != 0) {