We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hash_mbedtls.c
SRC_SHA1
1 parent 795a5b2 commit 90c6fb0Copy full SHA for 90c6fb0
src/CMakeLists.txt
@@ -284,7 +284,7 @@ ELSEIF(SHA1_BACKEND STREQUAL "CommonCrypto")
284
ELSEIF (SHA1_BACKEND STREQUAL "mbedTLS")
285
ADD_FEATURE_INFO(SHA ON "using mbedTLS")
286
SET(GIT_SHA1_MBEDTLS 1)
287
- FILE(GLOB SRC_SHA1 src/hash/hash_mbedtls.c)
+ FILE(GLOB SRC_SHA1 hash/hash_mbedtls.c)
288
LIST(APPEND LIBGIT2_PC_REQUIRES "mbedtls")
289
ELSE()
290
MESSAGE(FATAL_ERROR "Asked for unknown SHA1 backend ${SHA1_BACKEND}")
0 commit comments