blob: 76bce41298e0a2141e30b9c1837ed1eed5d4de90 (
plain)
1
2
3
4
5
6
7
|
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)
|