We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbdf2a commit e8c01feCopy full SHA for e8c01fe
CMakeLists.txt
@@ -85,6 +85,9 @@ IF(CRYPT STREQUAL "commoncrypto")
85
ADD_DEFINITIONS(-DCRYPT_COMMONCRYPTO)
86
FILE(GLOB NTLM_SRC_CRYPT "${PATH_SRC}/crypt_commoncrypto.c")
87
88
+ # CC_MD4 has been deprecated in macOS 10.15.
89
+ SET_SOURCE_FILES_PROPERTIES("${PATH_SRC}/crypt_commoncrypto.c" COMPILE_FLAGS "-Wno-deprecated")
90
+
91
ADD_FEATURE_INFO(CRYPT ON "using macOS CommonCrypto support")
92
ELSEIF(CRYPT STREQUAL "mbedtls")
93
FIND_PACKAGE(mbedTLS)
0 commit comments