From 33aa647d941ebdd805651e94a6141c34294d081a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Nov 2013 03:55:17 +0100 Subject: Remove OpenSSL-based blowfish implementation It doesn't have any advantages over the builtin one. --- src/crypto/cipher/blowfish_ctr/openssl/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/crypto/cipher/blowfish_ctr/openssl/CMakeLists.txt (limited to 'src/crypto/cipher/blowfish_ctr/openssl/CMakeLists.txt') diff --git a/src/crypto/cipher/blowfish_ctr/openssl/CMakeLists.txt b/src/crypto/cipher/blowfish_ctr/openssl/CMakeLists.txt deleted file mode 100644 index 76bce41..0000000 --- a/src/crypto/cipher/blowfish_ctr/openssl/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -if(USE_OPENSSL) - fastd_cipher_impl(blowfish-ctr openssl - blowfish_ctr.c - ) - fastd_cipher_impl_include_directories(blowfish-ctr openssl ${OPENSSL_INCLUDE_DIRS}) - fastd_cipher_impl_link_libraries(blowfish-ctr openssl ${OPENSSL_CRYPTO_LIBRARIES}) -endif(USE_OPENSSL) -- cgit v1.2.3