summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-13 23:37:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-13 23:37:19 +0000
commitc142d9b11d4ec79843f4971bc417978ece47bd03 (patch)
tree6d7195907ee3fa2cc9c77458b8289361a4510081
parent5b334fa73128414f120ecde1d3f46bfd1b58c2d6 (diff)
parent37624b5f129a3999d5f1063ea8eb3b1c26fc7d1c (diff)
downloadboringssl-c142d9b11d4ec79843f4971bc417978ece47bd03.tar.gz
Snap for 8828152 from 37624b5f129a3999d5f1063ea8eb3b1c26fc7d1c to mainline-adbd-releaseaml_adb_331011050aml_adb_331011040android13-mainline-adbd-release
Change-Id: I36b3c9eec787d956152e7868ac49da110c4d5695
-rw-r--r--src/crypto/fipsmodule/self_check/fips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/fipsmodule/self_check/fips.c b/src/crypto/fipsmodule/self_check/fips.c
index ce039576..2d758280 100644
--- a/src/crypto/fipsmodule/self_check/fips.c
+++ b/src/crypto/fipsmodule/self_check/fips.c
@@ -31,7 +31,7 @@ int FIPS_mode_set(int on) { return on == FIPS_mode(); }
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) {