Skip to content

Commit

Permalink
Merge pull request #91 from cconlon/fipsRunAllCasts
Browse files Browse the repository at this point in the history
JNI/JCE: call wc_RunAllCast_fips() for HAVE_FIPS_VERSION >= 6
  • Loading branch information
JacobBarthelmeh authored Jan 2, 2025
2 parents e78ece0 + 68bc76f commit 005e5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/jni_fips.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 005e5f2

Please sign in to comment.