aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2022-03-16 06:48:07 -0700
committerCopybara-Service <copybara-worker@google.com>2022-03-16 06:49:53 -0700
commitb4f82b99bfeb19dc7204e5c9ac2ed73d3ae3fc73 (patch)
treece02796125b22829911430db3bd70d9fcc00a0b1 /cc/BUILD.bazel
parent734b0af9edbf6023bc06ae498d647b869f80f1b9 (diff)
downloadtink-b4f82b99bfeb19dc7204e5c9ac2ed73d3ae3fc73.tar.gz
Remove cleartext_keyset_handle from the tink_cc target. This should be used explicitly.
PiperOrigin-RevId: 435035775
Diffstat (limited to 'cc/BUILD.bazel')
-rw-r--r--cc/BUILD.bazel2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/BUILD.bazel b/cc/BUILD.bazel
index 8cfa43915..cd95f0885 100644
--- a/cc/BUILD.bazel
+++ b/cc/BUILD.bazel
@@ -24,7 +24,6 @@ cc_library(
"binary_keyset_reader.h",
"binary_keyset_writer.h",
"catalogue.h",
- "cleartext_keyset_handle.h",
"config.h",
"deterministic_aead.h",
"deterministic_aead_config.h",
@@ -72,7 +71,6 @@ cc_library(
":aead",
":binary_keyset_reader",
":binary_keyset_writer",
- ":cleartext_keyset_handle",
":deterministic_aead",
":hybrid_decrypt",
":hybrid_encrypt",