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
3949c8a1
Commit
3949c8a1
authored
Feb 20, 2019
by
Mark Nunberg
Browse files
Disable SSL by default
parent
3511c8df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3949c8a1
...
...
@@ -57,7 +57,7 @@ STLIB_MAKE_CMD=$(AR) rcs $(STLIBNAME)
# Platform-specific overrides
uname_S
:=
$(
shell
sh
-c
'uname -s 2>/dev/null || echo not'
)
USE_SSL
?=
1
USE_SSL
?=
0
ifdef
USE_SSL
# This is the prefix of openssl on my system. This should be the sane default
...
...
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