summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/null/memcpy/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-11-17 21:13:55 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-11-17 21:13:55 +0100
commitd646bd03321217d0af8d4787f8aa2a044c2a63d1 (patch)
treec99e3113f5734c250b7dd782ab8258f781bb5a41 /src/crypto/cipher/null/memcpy/CMakeLists.txt
parentb4c9ab9a814edfb0d735a8c2e1f0c173847c0810 (diff)
downloadfastd-d646bd03321217d0af8d4787f8aa2a044c2a63d1.tar
fastd-d646bd03321217d0af8d4787f8aa2a044c2a63d1.zip
Add null cipher
Diffstat (limited to 'src/crypto/cipher/null/memcpy/CMakeLists.txt')
-rw-r--r--src/crypto/cipher/null/memcpy/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/cipher/null/memcpy/CMakeLists.txt b/src/crypto/cipher/null/memcpy/CMakeLists.txt
new file mode 100644
index 0000000..e5520d8
--- /dev/null
+++ b/src/crypto/cipher/null/memcpy/CMakeLists.txt
@@ -0,0 +1,3 @@
+fastd_cipher_impl(null memcpy
+ null_memcpy.c
+)