aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_config.cc
diff options
context:
space:
mode:
authorwconner <wconner@google.com>2022-07-25 06:13:01 -0700
committerCopybara-Service <copybara-worker@google.com>2022-07-25 06:14:20 -0700
commitbc7454f3548b266418ca4e0bc92e6f610d0232d4 (patch)
treeccba66e37a6c5cbe76dfd33c5ebd1e36b4749184 /cc/mac/mac_config.cc
parent01bdfee4f6655256d8be993f44b695b19716b2da (diff)
downloadtink-bc7454f3548b266418ca4e0bc92e6f610d0232d4.tar.gz
Moved ChunkedMac implementation from chunkedmac/internal to mac/internal.
PiperOrigin-RevId: 463068254
Diffstat (limited to 'cc/mac/mac_config.cc')
-rw-r--r--cc/mac/mac_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/mac/mac_config.cc b/cc/mac/mac_config.cc
index 7f7994544..6b87fd325 100644
--- a/cc/mac/mac_config.cc
+++ b/cc/mac/mac_config.cc
@@ -17,11 +17,11 @@
#include "tink/mac/mac_config.h"
#include "absl/memory/memory.h"
-#include "tink/chunkedmac/internal/chunked_mac_wrapper.h"
#include "tink/config/config_util.h"
#include "tink/config/tink_fips.h"
#include "tink/mac/aes_cmac_key_manager.h"
#include "tink/mac/hmac_key_manager.h"
+#include "tink/mac/internal/chunked_mac_wrapper.h"
#include "tink/mac/mac_wrapper.h"
#include "tink/registry.h"
#include "tink/util/status.h"