Skip to content

Commit 90c6fb0

Browse files
committed
Fix typo in adding hash_mbedtls.c to SRC_SHA1
1 parent 795a5b2 commit 90c6fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ ELSEIF(SHA1_BACKEND STREQUAL "CommonCrypto")
284284
ELSEIF (SHA1_BACKEND STREQUAL "mbedTLS")
285285
ADD_FEATURE_INFO(SHA ON "using mbedTLS")
286286
SET(GIT_SHA1_MBEDTLS 1)
287-
FILE(GLOB SRC_SHA1 src/hash/hash_mbedtls.c)
287+
FILE(GLOB SRC_SHA1 hash/hash_mbedtls.c)
288288
LIST(APPEND LIBGIT2_PC_REQUIRES "mbedtls")
289289
ELSE()
290290
MESSAGE(FATAL_ERROR "Asked for unknown SHA1 backend ${SHA1_BACKEND}")

0 commit comments

Comments
 (0)