Skip to content

Commit

Permalink
JNI/JCE: call wc_RunAllCast_fips() for HAVE_FIPS_VERSION >= 6
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed Dec 24, 2024
1 parent 5eb1000 commit d35c81c
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 d35c81c

Please sign in to comment.