Skip to content

Commit 7475dfa

Browse files
authored
Merge pull request libgit2#5216 from stinb/ntlm-openssl-headers
ntlm: fix failure to find openssl headers
2 parents 561a3a2 + 7218cf4 commit 7475dfa

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)