summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-25 23:04:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-25 23:04:51 +0000
commitb7ce8aa1705e803a3bc48c6f1e15d56b7cd5ef5a (patch)
treee967a99aff70e0007008a3ed91a83f153003b59d
parent00d292d4519cb90c750998ba557838b070b6c73d (diff)
parent839ec5639aceebbe83a9448433f2fdd6b698c18a (diff)
downloadboringssl-b7ce8aa1705e803a3bc48c6f1e15d56b7cd5ef5a.tar.gz
Snap for 8770325 from 839ec5639aceebbe83a9448433f2fdd6b698c18a to tm-qpr1-releaseandroid-13.0.0_r18android-13.0.0_r17android-13.0.0_r16android13-qpr1-s1-release
Change-Id: Icbdb1892212e7ccf939f77865d397d23f6dd59bf
-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) {