summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-25 01:04:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-25 01:04:04 +0000
commit2a45b4afe161c854df473a3e08750b16ac096d5d (patch)
treee967a99aff70e0007008a3ed91a83f153003b59d
parent0c70e8ed6d1e95d2fafb312f581d512c2a14f4b6 (diff)
parent4e24a89a4e98802f3374b141d92908dc68f3210a (diff)
downloadboringssl-android13-d1-release.tar.gz
Change-Id: Ie9d25119e4f65db1c19258f80c0c3108385815d4
-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) {