Skip to content

Commit 7218cf4

Browse files
committed
ntlm: fix failure to find openssl headers
1 parent 5fc27aa commit 7218cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/ntlmclient/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ IF (HTTPS_BACKEND STREQUAL "SecureTransport")
99
SET(SRC_NTLMCLIENT_CRYPTO "crypt_commoncrypto.c")
1010
ELSEIF (HTTPS_BACKEND STREQUAL "OpenSSL")
1111
ADD_DEFINITIONS(-DCRYPT_OPENSSL)
12+
INCLUDE_DIRECTORIES(${OPENSSL_INCLUDE_DIR})
1213
SET(SRC_NTLMCLIENT_CRYPTO "crypt_openssl.c")
1314
ELSEIF (HTTPS_BACKEND STREQUAL "mbedTLS")
1415
ADD_DEFINITIONS(-DCRYPT_MBEDTLS)

0 commit comments

Comments
 (0)