diff options
Diffstat (limited to 'src/crypto/cipher/CMakeLists.txt')
-rw-r--r-- | src/crypto/cipher/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/cipher/CMakeLists.txt b/src/crypto/cipher/CMakeLists.txt index addb28c..3c9b342 100644 --- a/src/crypto/cipher/CMakeLists.txt +++ b/src/crypto/cipher/CMakeLists.txt @@ -37,6 +37,7 @@ endmacro(fastd_cipher_impl_require) add_subdirectory(aes128_ctr) +add_subdirectory(blowfish_ctr) set(CIPHER_DEFINITIONS "") |