Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
173a0375
Commit
173a0375
authored
Feb 08, 2018
by
Etienne Samson
Committed by
Patrick Steinhardt
Apr 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openssl: remove leftover #ifdef
This is the "OpenSSL available" global init function after all
parent
dd9de88a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/streams/openssl.c
+0
-3
No files found.
src/streams/openssl.c
View file @
173a0375
...
...
@@ -202,7 +202,6 @@ static void shutdown_ssl(void)
int
git_openssl_stream_global_init
(
void
)
{
#ifdef GIT_OPENSSL
long
ssl_opts
=
SSL_OP_NO_SSLv2
|
SSL_OP_NO_SSLv3
;
const
char
*
ciphers
=
git_libgit2__ssl_ciphers
();
...
...
@@ -245,8 +244,6 @@ int git_openssl_stream_global_init(void)
return
-
1
;
}
#endif
git__on_shutdown
(
shutdown_ssl
);
return
0
;
...
...
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