Skip to content

Commit e3d764a

Browse files
committed
tests: clarify comment
1 parent b3e0280 commit e3d764a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/core/stream.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ void test_core_stream__register_tls(void)
3333
cl_git_pass(git_stream_register_tls(NULL));
3434
error = git_tls_stream_new(&stream, "localhost", "443");
3535

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).
36+
/* We don't have TLS support enabled, or we're on Windows,
37+
* which has no arbitrary TLS stream support.
3938
*/
4039
#if defined(GIT_WIN32) || !defined(GIT_HTTPS)
4140
cl_git_fail_with(-1, error);

0 commit comments

Comments
 (0)