Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
df68d7d8
Commit
df68d7d8
authored
Aug 29, 2019
by
Yossi Gottlieb
Browse files
Rename sslio.
parent
8715ba5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
df68d7d8
...
...
@@ -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 ssl
io
.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
ssl
io
.o
:
ssl
io
.c hiredis.h
ssl.o
:
ssl.c hiredis.h
test.o
:
test.c fmacros.h hiredis.h read.h sds.h
$(DYLIBNAME)
:
$(OBJ)
...
...
ssl
io
.c
→
ssl.c
View file @
df68d7d8
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment