aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
diff options
context:
space:
mode:
authorcinlin <cinlin@google.com>2023-07-13 13:43:53 -0700
committerCopybara-Service <copybara-worker@google.com>2023-07-13 13:44:47 -0700
commit0bbdfd84df04e7b8fe7da3217627bb9a9febb163 (patch)
tree2027105a64e77c9e0b27589845ea9cc95a1a9b11 /cc/BUILD.bazel
parentd26ed0209a33cd88a951ed9c2e17dd330baa9696 (diff)
downloadtink-0bbdfd84df04e7b8fe7da3217627bb9a9febb163.tar.gz
Move KeyGen/ConfigGlobalRegistry to public API. #tinkApiChange
PiperOrigin-RevId: 547908174
Diffstat (limited to 'cc/BUILD.bazel')
-rw-r--r--cc/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/BUILD.bazel b/cc/BUILD.bazel
index c88dd8e14..b5a192f86 100644
--- a/cc/BUILD.bazel
+++ b/cc/BUILD.bazel
@@ -853,9 +853,9 @@ cc_test(
"//aead:aead_wrapper",
"//aead:aes_gcm_key_manager",
"//config:fips_140_2",
+ "//config:global_registry",
"//config:key_gen_fips_140_2",
"//config:tink_config",
- "//config/internal:global_registry",
"//internal:fips_utils",
"//internal:key_gen_configuration_impl",
"//proto:aes_gcm_siv_cc_proto",