Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
785c32bf
Commit
785c32bf
authored
Dec 24, 2014
by
Philipp Schafft
🦁
Committed by
Thomas B. Rücker
Dec 24, 2014
Browse files
Revert "Fix: avoid assignment discards 'const' qualifier warning"
This reverts commit
0dbabcc4
. Breaks other OpenSSL versions.
parent
0b1af34f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
785c32bf
...
...
@@ -188,7 +188,7 @@ static unsigned long _next_connection_id(void)
#ifdef HAVE_OPENSSL
static
void
get_ssl_certificate
(
ice_config_t
*
config
)
{
const
SSL_METHOD
*
method
;
SSL_METHOD
*
method
;
long
ssl_opts
;
ssl_ok
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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