File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ IF (MSVC_IDE)
5252 SET_SOURCE_FILES_PROPERTIES ("precompiled.c" COMPILE_FLAGS "/Ycprecompiled.h" )
5353ENDIF ()
5454
55- IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND )
55+ IF (GIT_HTTPS )
5656 ADD_TEST (libgit2_clar "${libgit2_BINARY_DIR} /libgit2_clar" -ionline -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
5757ELSE ()
5858 ADD_TEST (libgit2_clar "${libgit2_BINARY_DIR} /libgit2_clar" -v -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ void test_core_stream__register_tls(void)
3737 * or when openssl support is disabled (except on OSX
3838 * with Security framework).
3939 */
40- #if defined(GIT_WIN32 ) || \
41- (!defined(GIT_SECURE_TRANSPORT ) && !defined(GIT_OPENSSL ))
40+ #if defined(GIT_WIN32 ) || !defined(GIT_HTTPS )
4241 cl_git_fail_with (-1 , error );
4342#else
4443 cl_git_pass (error );
You can’t perform that action at this time.
0 commit comments