summaryrefslogtreecommitdiff
path: root/sslio.c
diff options
context:
space:
mode:
authorMark Nunberg <mnunberg@haskalah.org>2018-01-08 16:07:10 -0500
committerMark Nunberg <mnunberg@haskalah.org>2019-02-20 09:10:10 -0500
commit82549a53de4483b368008485d74028f302fd0e60 (patch)
tree2d562f086abe03acd7a72766246a351319bfa9ce /sslio.c
parent08efa46599410e6b56ab19ed1c9a72c67476db9c (diff)
Disable SSL by default
Diffstat (limited to 'sslio.c')
-rw-r--r--sslio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sslio.c b/sslio.c
index 3b08140..721a63a 100644
--- a/sslio.c
+++ b/sslio.c
@@ -2,7 +2,7 @@
#include "sslio.h"
#include <assert.h>
-#ifndef HIREDIS_NOSSL
+#ifdef HIREDIS_SSL
#include <pthread.h>
void __redisSetError(redisContext *c, int type, const char *str);