Set version for next FIPS validation Change-Id: I14672eb767f77549f9f71523c98b88a3af0236bb Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/96627 Auto-Submit: Adam Langley <agl@google.com> Reviewed-by: David Benjamin <davidben@google.com> Presubmit-BoringSSL-Verified: boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/crypto/fipsmodule/self_check/fips.cc.inc b/crypto/fipsmodule/self_check/fips.cc.inc index e2eaf70..fe5b52e 100644 --- a/crypto/fipsmodule/self_check/fips.cc.inc +++ b/crypto/fipsmodule/self_check/fips.cc.inc
@@ -40,7 +40,7 @@ #endif } -uint32_t FIPS_version() { return 0; } +uint32_t FIPS_version() { return 20260604; } int FIPS_query_algorithm_status(const char *algorithm) { #if defined(BORINGSSL_FIPS)