summaryrefslogtreecommitdiff
path: root/src/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport.h')
-rw-r--r--src/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport.h b/src/transport.h
index 0c348cc2d..0257ccea5 100644
--- a/src/transport.h
+++ b/src/transport.h
@@ -57,7 +57,7 @@ struct git_transport {
int direction : 1, /* 0 fetch, 1 push */
connected : 1,
encrypt : 1;
-#ifdef GIT_GNUTLS
+#ifdef GIT_SSL
struct gitno_ssl ssl;
#endif
GIT_SOCKET socket;