summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-08 12:01:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-08 12:01:17 +0000
commit5be666b4b574790145c25b76349ded53f6ba3b7c (patch)
tree6d7195907ee3fa2cc9c77458b8289361a4510081
parent8c94688dc5683eb7c92656127f15947703538d55 (diff)
parent37624b5f129a3999d5f1063ea8eb3b1c26fc7d1c (diff)
downloadboringssl-aml_ips_331014020.tar.gz
Snap for 8917908 from 37624b5f129a3999d5f1063ea8eb3b1c26fc7d1c to mainline-ipsec-releaseaml_ips_331014020
Change-Id: I445e7b2aa3a3a5ed411d0235baf457c29ea7e212
-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) {