aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2022-12-06 07:47:45 -0800
committerCopybara-Service <copybara-worker@google.com>2022-12-06 07:50:02 -0800
commit0c590ff90fe6ca3700152c4bf67ebf19dbbffcfc (patch)
tree321e9dacfc4c859b5391a5c62fabb5e126724900 /cc/BUILD.bazel
parent5f7ead932f35ace5780dfd7305b652d8caf1cb27 (diff)
downloadtink-0c590ff90fe6ca3700152c4bf67ebf19dbbffcfc.tar.gz
Make insecure_secret_key_access public.
This target should be public in open source Tink and is part of the normal API. Users need to implement their own mechanism to find instances (e.g. grep). PiperOrigin-RevId: 493303834
Diffstat (limited to 'cc/BUILD.bazel')
-rw-r--r--cc/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/BUILD.bazel b/cc/BUILD.bazel
index b7a7786dc..d667233cd 100644
--- a/cc/BUILD.bazel
+++ b/cc/BUILD.bazel
@@ -755,6 +755,7 @@ cc_library(
name = "insecure_secret_key_access",
hdrs = ["insecure_secret_key_access.h"],
include_prefix = "tink",
+ visibility = ["//visibility:public"],
deps = [":secret_key_access_token"],
)