ecore_con: unbreak GNUTLS support.

This commit is contained in:
Cedric BAIL 2015-03-17 08:50:49 +01:00
parent 0fc4091b8c
commit dfe39b3d54
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ ecore_con_ssl_client_upgrade(Ecore_Con_Client *obj, Ecore_Con_Type ssl_type)
*/ */
static Ecore_Con_Ssl_Error static Ecore_Con_Ssl_Error
_ecore_con_ssl_server_prepare_gnutls(Ecore_Con_Server *svr, _ecore_con_ssl_server_prepare_gnutls(Ecore_Con_Server *obj,
int ssl_type) int ssl_type)
{ {
Ecore_Con_Server_Data *svr = eo_data_scope_get(obj, ECORE_CON_SERVER_CLASS); Ecore_Con_Server_Data *svr = eo_data_scope_get(obj, ECORE_CON_SERVER_CLASS);