aboutsummaryrefslogtreecommitdiff
path: root/cc/config
diff options
context:
space:
mode:
authorcinlin <cinlin@google.com>2023-06-21 23:44:04 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-21 23:45:33 -0700
commitc00e5c399dd2f7cabfd28ce58107a87935a2c22a (patch)
tree810381242f25a056869df9f56f8545a3a60ace43 /cc/config
parent9797cb9249b3a0a8afbb3561c5570efec5b231aa (diff)
downloadtink-c00e5c399dd2f7cabfd28ce58107a87935a2c22a.tar.gz
Correct KeyGenConfigFips140_2 typo.
PiperOrigin-RevId: 542469153
Diffstat (limited to 'cc/config')
-rw-r--r--cc/config/key_gen_fips_140_2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/config/key_gen_fips_140_2.h b/cc/config/key_gen_fips_140_2.h
index e5ccc6a5e..a22e7edbf 100644
--- a/cc/config/key_gen_fips_140_2.h
+++ b/cc/config/key_gen_fips_140_2.h
@@ -22,9 +22,9 @@
namespace crypto {
namespace tink {
-// KeyGenConfiguration used to generate keys using using FIPS 140-2-compliant
-// key types. Importing this KeyGenConfiguration restricts Tink to FIPS globally
-// and requires BoringSSL to be built with the BoringCrypto module.
+// KeyGenConfiguration used to generate keys using FIPS 140-2-compliant key
+// types. Importing this KeyGenConfiguration restricts Tink to FIPS globally and
+// requires BoringSSL to be built with the BoringCrypto module.
const KeyGenConfiguration& KeyGenConfigFips140_2();
} // namespace tink