aboutsummaryrefslogtreecommitdiff
path: root/cc/aead
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2022-05-06 02:38:10 -0700
committerCopybara-Service <copybara-worker@google.com>2022-05-06 02:39:24 -0700
commit6948297ffd79189a690b47fa4157def27fe735a1 (patch)
treef9c040e598e14b31b50034a20d0268132a9f85e8 /cc/aead
parent04714f46a502c7db44b90f4f52ff48f3e3bf76a1 (diff)
downloadtink-6948297ffd79189a690b47fa4157def27fe735a1.tar.gz
Some reorderings for consistency with google3.
PiperOrigin-RevId: 446937072
Diffstat (limited to 'cc/aead')
-rw-r--r--cc/aead/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/aead/CMakeLists.txt b/cc/aead/CMakeLists.txt
index 1b881fe1b..21c2da009 100644
--- a/cc/aead/CMakeLists.txt
+++ b/cc/aead/CMakeLists.txt
@@ -99,8 +99,8 @@ tink_cc_library(
aead_key_templates.h
DEPS
absl::strings
- tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::aes_ctr_cc_proto
+ tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::aes_eax_cc_proto
tink::proto::aes_gcm_cc_proto
tink::proto::aes_gcm_siv_cc_proto
@@ -208,8 +208,8 @@ tink_cc_library(
tink::util::status
tink::util::statusor
tink::util::validation
- tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::aes_ctr_cc_proto
+ tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::tink_cc_proto
)
@@ -391,8 +391,8 @@ tink_cc_test(
tink::subtle::aead_test_util
tink::util::fake_kms_client
tink::util::test_matchers
- tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::aes_ctr_cc_proto
+ tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::aes_eax_cc_proto
tink::proto::aes_gcm_cc_proto
tink::proto::aes_gcm_siv_cc_proto
@@ -474,8 +474,8 @@ tink_cc_test(
tink::util::status
tink::util::statusor
tink::util::test_matchers
- tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::aes_ctr_cc_proto
+ tink::proto::aes_ctr_hmac_aead_cc_proto
tink::proto::common_cc_proto
tink::proto::hmac_cc_proto
tink::proto::tink_cc_proto