aboutsummaryrefslogtreecommitdiff
path: root/cc/aead
diff options
context:
space:
mode:
authorTink Team <tink-dev@google.com>2023-06-21 00:10:35 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-21 00:11:53 -0700
commitf59705a15ca60440e747a30693eec71df497d3f1 (patch)
tree61cfef77e4e3276744a3d74c76cd748dceb445c9 /cc/aead
parentafbe47bf758c8347e843c3b5d9ed4e5f18a64db3 (diff)
downloadtink-f59705a15ca60440e747a30693eec71df497d3f1.tar.gz
Internal Code Change
PiperOrigin-RevId: 542166041
Diffstat (limited to 'cc/aead')
-rw-r--r--cc/aead/aes_gcm_proto_serialization.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/aead/aes_gcm_proto_serialization.h b/cc/aead/aes_gcm_proto_serialization.h
index dfc51503c..68a49f4cc 100644
--- a/cc/aead/aes_gcm_proto_serialization.h
+++ b/cc/aead/aes_gcm_proto_serialization.h
@@ -14,8 +14,8 @@
//
////////////////////////////////////////////////////////////////////////////////
-#ifndef TINK_MAC_AES_GCM_PROTO_SERIALIZATION_H_
-#define TINK_MAC_AES_GCM_PROTO_SERIALIZATION_H_
+#ifndef TINK_AEAD_AES_GCM_PROTO_SERIALIZATION_H_
+#define TINK_AEAD_AES_GCM_PROTO_SERIALIZATION_H_
#include "tink/util/status.h"
@@ -28,4 +28,4 @@ crypto::tink::util::Status RegisterAesGcmProtoSerialization();
} // namespace tink
} // namespace crypto
-#endif // TINK_MAC_AES_GCM_PROTO_SERIALIZATION_H_
+#endif // TINK_AEAD_AES_GCM_PROTO_SERIALIZATION_H_