aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihaela Ion <mion@google.com>2021-08-02 16:36:29 +0200
committerMihaela Ion <mion@google.com>2021-08-02 16:36:29 +0200
commit75e368656f29ba8c57766db0f660474345e21f5d (patch)
treecc8de1f2b187aab0af6dcf6d41d51347a6649832
parentd363bd46049e24b2123de1d41656518cf6d4b52b (diff)
downloadprivate-join-and-compute-75e368656f29ba8c57766db0f660474345e21f5d.tar.gz
Fixes proto dependency
-rw-r--r--util/BUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/BUILD b/util/BUILD
index 12b05d9..744e52f 100644
--- a/util/BUILD
+++ b/util/BUILD
@@ -188,7 +188,7 @@ cc_library(
"//crypto:bn_util",
"//crypto:ec_util",
"//crypto:elgamal",
- "//crypto:elgamal_cc_proto",
+ "//crypto:elgamal_proto",
],
)
@@ -203,7 +203,7 @@ cc_library(
":status_includes",
"//crypto:bn_util",
"//crypto:ec_util",
- "//crypto:elgamal_cc_proto",
+ "//crypto:elgamal_proto",
],
)
@@ -216,7 +216,7 @@ cc_library(
":recordio",
":status_includes",
"//crypto:bn_util",
- "//crypto:ec_key_cc_proto",
+ "//crypto:ec_key_proto",
"//crypto:ec_util",
"@com_google_absl//absl/strings",
],
@@ -244,7 +244,7 @@ cc_test(
"//crypto:bn_util",
"//crypto:ec_util",
"//crypto:elgamal",
- "//crypto:elgamal_cc_proto",
+ "//crypto:elgamal_proto",
"@com_github_google_googletest//:gtest_main",
],
)
@@ -258,7 +258,7 @@ cc_test(
":proto_util",
":status_testing_includes",
"//crypto:bn_util",
- "//crypto:ec_key_cc_proto",
+ "//crypto:ec_key_proto",
"//crypto:ec_util",
"@com_github_google_googletest//:gtest_main",
],