From 9eac618a73006c9c74f79695d94a4ed305583c39 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Mar 2015 17:13:27 +0100 Subject: Make build dependencies more configurable --- src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt') diff --git a/src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt b/src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt index 18389f5..566ac49 100644 --- a/src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt +++ b/src/crypto/cipher/aes128_ctr/openssl/CMakeLists.txt @@ -2,5 +2,5 @@ if(ENABLE_OPENSSL) fastd_cipher_impl(aes128-ctr openssl aes128_ctr_openssl.c ) - fastd_cipher_impl_include_directories(aes128-ctr openssl ${OPENSSL_INCLUDE_DIRS}) + fastd_cipher_impl_include_directories(aes128-ctr openssl ${OPENSSL_INCLUDE_DIR}) endif(ENABLE_OPENSSL) -- cgit v1.2.3