mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Revert "Fix: avoid assignment discards 'const' qualifier warning"
This reverts commit 0dbabcc44c
.
Breaks other OpenSSL versions.
This commit is contained in:
parent
0b1af34f0e
commit
785c32bfc5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user