aboutsummaryrefslogtreecommitdiff
path: root/cc/aead_config.h
diff options
context:
space:
mode:
authorThai Duong <thaidn@google.com>2017-10-20 17:17:04 -0700
committerThai Duong <thaidn@google.com>2017-10-25 23:43:49 -0700
commit7974387b793c7561bc35bf5ea8e24bd854a85241 (patch)
treec21d1f92e7ed6f66617bdbc4f19094dca13a1015 /cc/aead_config.h
parentaa784310a202d37e8871b12249858994e033d061 (diff)
downloadtink-7974387b793c7561bc35bf5ea8e24bd854a85241.tar.gz
Adding to //cc:cc headers for public APIs.
Change-Id: Ia03fe3c51d79f608617975807451cfe188fb4ed2 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: e54c1e40a5736d71ef7d9dd63cb64aea694eb4c8
Diffstat (limited to 'cc/aead_config.h')
-rw-r--r--cc/aead_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cc/aead_config.h b/cc/aead_config.h
new file mode 100644
index 000000000..103cd6673
--- /dev/null
+++ b/cc/aead_config.h
@@ -0,0 +1,6 @@
+#ifndef TINK_AEAD_CONFIG_H_
+#define TINK_AEAD_CONFIG_H_
+
+#include "cc/aead/aead_config.h" // IWYU pragma: export
+
+#endif // TINK_AEAD_CONFIG_H_