Snap for 8768686 from 4e24a89a4e98802f3374b141d92908dc68f3210a to tm-d1-release

Change-Id: Ie9d25119e4f65db1c19258f80c0c3108385815d4
diff --git a/src/crypto/fipsmodule/self_check/fips.c b/src/crypto/fipsmodule/self_check/fips.c
index ce03957..2d75828 100644
--- a/src/crypto/fipsmodule/self_check/fips.c
+++ b/src/crypto/fipsmodule/self_check/fips.c
@@ -31,7 +31,7 @@
 const char *FIPS_module_name(void) { return "BoringCrypto"; }
 
 uint32_t FIPS_version(void) {
-  return 0;
+  return 2022061300;
 }
 
 int FIPS_query_algorithm_status(const char *algorithm) {