summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2019-08-29 22:14:09 +0300
committerYossi Gottlieb <yossigo@gmail.com>2019-08-29 22:14:09 +0300
commitdf68d7d8bdfd2b192a97991db45444cf068ea708 (patch)
tree4cabfb7f4e2e7cfb96212f2d00978b3399589a37
parent8715ba5c82af165f783ef8bc90b4d8d5a8072175 (diff)
Rename sslio.
-rw-r--r--Makefile4
-rw-r--r--ssl.c (renamed from sslio.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b509566..50efda6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Copyright (C) 2010-2011 Pieter Noordhuis <pcnoordhuis at gmail dot com>
# This file is released under the BSD license, see the COPYING file
-OBJ=net.o hiredis.o sds.o async.o read.o sockcompat.o sslio.o
+OBJ=net.o hiredis.o sds.o async.o read.o sockcompat.o ssl.o
EXAMPLES=hiredis-example hiredis-example-libevent hiredis-example-libev hiredis-example-glib
ifeq ($(USE_SSL),1)
EXAMPLES+=hiredis-example-ssl hiredis-example-libevent-ssl
@@ -94,7 +94,7 @@ net.o: net.c fmacros.h net.h hiredis.h read.h sds.h sockcompat.h win32.h
read.o: read.c fmacros.h read.h sds.h
sds.o: sds.c sds.h
sockcompat.o: sockcompat.c sockcompat.h
-sslio.o: sslio.c hiredis.h
+ssl.o: ssl.c hiredis.h
test.o: test.c fmacros.h hiredis.h read.h sds.h
$(DYLIBNAME): $(OBJ)
diff --git a/sslio.c b/ssl.c
index 5c76370..5c76370 100644
--- a/sslio.c
+++ b/ssl.c