summaryrefslogtreecommitdiff
path: root/src/openssl_stream.c
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-03-19 09:55:20 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2015-04-23 17:39:51 +0200
commit24e53d2fba1ea10c27c3b19f202dc92cabedf0ed (patch)
tree1b57e5a07b017724a6cf8ac06e17e957099bf419 /src/openssl_stream.c
parent70b852cee2c9e87588d65581e13c9e65b255cecf (diff)
downloadlibgit2-24e53d2fba1ea10c27c3b19f202dc92cabedf0ed.tar.gz
Rename GIT_SSL to GIT_OPENSSL
This is what it's meant all along, but now we actually have multiple implementations, it's clearer to use the name of the library.
Diffstat (limited to 'src/openssl_stream.c')
-rw-r--r--src/openssl_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl_stream.c b/src/openssl_stream.c
index 8d79a9d84..2ebfac738 100644
--- a/src/openssl_stream.c
+++ b/src/openssl_stream.c
@@ -5,7 +5,7 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
-#ifdef GIT_SSL
+#ifdef GIT_OPENSSL
#include <ctype.h>