summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt
blob: 18389f5639593c90dc465a0d732061f7b2f1a686 (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_DIRS})
endif(ENABLE_OPENSSL)