summaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
authorwildart <wildart@gmail.com>2016-07-06 13:06:25 -0400
committerwildart <wildart@gmail.com>2016-07-06 13:06:25 -0400
commitbdec62dce1c17465b7330100ea2f71e63fc411dd (patch)
tree055780bdf8a52b963c50b81b5ba99b8913fe8abe /src/settings.c
parentd8243465be6ae4c3d0482ec262da58276f3a4e58 (diff)
downloadlibgit2-bdec62dce1c17465b7330100ea2f71e63fc411dd.tar.gz
remove conditions that prevent use of custom TLS stream
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings.c b/src/settings.c
index 00a3ef04d..21430bce9 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -29,9 +29,7 @@ int git_libgit2_features(void)
#ifdef GIT_THREADS
| GIT_FEATURE_THREADS
#endif
-#if defined(GIT_OPENSSL) || defined(GIT_WINHTTP) || defined(GIT_SECURE_TRANSPORT)
| GIT_FEATURE_HTTPS
-#endif
#if defined(GIT_SSH)
| GIT_FEATURE_SSH
#endif