Snap for 8819924 from 37624b5f129a3999d5f1063ea8eb3b1c26fc7d1c to mainline-wifi-release

Change-Id: Ia3fd55b0051e4c565fbe5105b4d8f9bab9cb7e10
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) {