diff options
Diffstat (limited to 'src/crypto/mac/uhash/builtin/CMakeLists.txt')
-rw-r--r-- | src/crypto/mac/uhash/builtin/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/mac/uhash/builtin/CMakeLists.txt b/src/crypto/mac/uhash/builtin/CMakeLists.txt new file mode 100644 index 0000000..0bdc2ba --- /dev/null +++ b/src/crypto/mac/uhash/builtin/CMakeLists.txt @@ -0,0 +1,3 @@ +fastd_mac_impl(uhash builtin + uhash_builtin.c +) |