1
0
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:
Philipp Schafft 2014-12-24 09:19:17 +00:00 committed by Thomas B. Ruecker
parent 0b1af34f0e
commit 785c32bfc5

View File

@ -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;