Snap for 8828152 from 37624b5f129a3999d5f1063ea8eb3b1c26fc7d1c to mainline-adbd-release

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