summaryrefslogtreecommitdiffstats
path: root/src/crypto/mac/ghash/tiny/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/mac/ghash/tiny/CMakeLists.txt')
-rw-r--r--src/crypto/mac/ghash/tiny/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/mac/ghash/tiny/CMakeLists.txt b/src/crypto/mac/ghash/tiny/CMakeLists.txt
new file mode 100644
index 0000000..d16d098
--- /dev/null
+++ b/src/crypto/mac/ghash/tiny/CMakeLists.txt
@@ -0,0 +1,3 @@
+fastd_mac_impl(ghash tiny
+ ghash_tiny.c
+)