blob: 566ac498688fd59871316b83e6bd55493bd81c72 (
plain)
1
2
3
4
5
6
|
if(ENABLE_OPENSSL)
fastd_cipher_impl(aes128-ctr openssl
aes128_ctr_openssl.c
)
fastd_cipher_impl_include_directories(aes128-ctr openssl ${OPENSSL_INCLUDE_DIR})
endif(ENABLE_OPENSSL)
|