Fix comment for |BORINGSSL_self_test|.
The hash-based omission of the self tests for Android was moved around,
but the comment wasn't updated to match.
Change-Id: I66c3b4e9b48df00e8134cee3feb72469f92d51a4
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/40184
Commit-Queue: Adam Langley <alangley@gmail.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 6aa661a..e539bdb 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -60,10 +60,7 @@
OPENSSL_EXPORT int FIPS_mode(void);
// BORINGSSL_self_test triggers the FIPS KAT-based self tests. It returns one on
-// success and zero on error. The argument is the integrity hash of the FIPS
-// module and may be used to check and write flag files to suppress duplicate
-// self-tests. If it is all zeros, no flag file will be checked nor written and
-// tests will always be run.
+// success and zero on error.
OPENSSL_EXPORT int BORINGSSL_self_test(void);