diff --git a/src/connection.c b/src/connection.c index 13f4385b..49a7ab30 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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;