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:
parent
ddb58bfe37
commit
0dbabcc44c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user