We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e0280 commit e3d764aCopy full SHA for e3d764a
tests/core/stream.c
@@ -33,9 +33,8 @@ void test_core_stream__register_tls(void)
33
cl_git_pass(git_stream_register_tls(NULL));
34
error = git_tls_stream_new(&stream, "localhost", "443");
35
36
- /* We don't have arbitrary TLS stream support on Windows
37
- * or when openssl support is disabled (except on OSX
38
- * with Security framework).
+ /* We don't have TLS support enabled, or we're on Windows,
+ * which has no arbitrary TLS stream support.
39
*/
40
#if defined(GIT_WIN32) || !defined(GIT_HTTPS)
41
cl_git_fail_with(-1, error);
0 commit comments