1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Fix: avoid assignment discards 'const' qualifier warning

Untested. Please test.
See #2063
This commit is contained in:
Philipp Schafft 2014-12-24 09:03:26 +00:00
parent ddb58bfe37
commit 0dbabcc44c

View File

@ -191,7 +191,7 @@ static unsigned long _next_connection_id(void)
#ifdef HAVE_OPENSSL
static void get_ssl_certificate (ice_config_t *config)
{
SSL_METHOD *method;
const SSL_METHOD *method;
long ssl_opts;
ssl_ok = 0;