hmmm actually this is probably the better way to fix it with maximum laziness

SVN revision: 53937
This commit is contained in:
Mike Blumenkrantz 2010-10-27 20:52:36 +00:00
parent d9d3d63f42
commit de31d29f65
1 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ _ecore_con_ssl_server_prepare_gnutls(Ecore_Con_Server *svr, int ssl_type)
break;
default:
return ECORE_CON_SSL_ERROR_INIT_FAILED;
return ECORE_CON_SSL_ERROR_NONE;
}
SSL_ERROR_CHECK_GOTO_ERROR(ret = gnutls_certificate_allocate_credentials(&svr->cert));
@ -970,7 +970,7 @@ _ecore_con_ssl_server_prepare_openssl(Ecore_Con_Server *svr, int ssl_type)
break;
default:
return ECORE_CON_SSL_ERROR_INIT_FAILED;
return ECORE_CON_SSL_ERROR_NONE;
}
if ((!svr->use_cert) && svr->created)