From d646bd03321217d0af8d4787f8aa2a044c2a63d1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 17 Nov 2013 21:13:55 +0100 Subject: Add null cipher --- src/crypto/cipher/null/memcpy/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/crypto/cipher/null/memcpy/CMakeLists.txt (limited to 'src/crypto/cipher/null/memcpy/CMakeLists.txt') 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 +) -- cgit v1.2.3