summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt
blob: 5454b3f5d8e3a0d19bd9d8a284ff7c7fbbadfbd7 (plain)
1
2
3
4
5
6
if(USE_OPENSSL)
  fastd_cipher_impl(aes128-ctr openssl
    aes128_ctr_openssl.c
  )
  fastd_cipher_impl_include_directories(aes128-ctr openssl ${OPENSSL_INCLUDE_DIRS})
endif(USE_OPENSSL)