Ecore_con_ssl: fix return value of ecore_con_ssl_client_upgrade.
authorMykyta Biliavskyi <m.biliavskyi@samsung.com>
Sun, 11 Sep 2016 17:15:50 +0000 (20:15 +0300)
committerMykyta Biliavskyi <m.biliavskyi@samsung.com>
Sun, 11 Sep 2016 17:22:05 +0000 (20:22 +0300)
commit3ba73e58f5903f58621fae2f3dfe6f503c8536d7
tree2821ea7fff4237e6eeb362143c84ed148a1af069
parentfca20d55798eb981c8e93ee05b37396b0efa9ad3
Ecore_con_ssl: fix return value of ecore_con_ssl_client_upgrade.

In case when _ecore_con_ssl_client_init_(gnutls/openssl) finished
successful a enum ECORE_CON_SSL_ERROR_NONE value (0) returned. Function
ecore_con_ssl_client_upgrade return Eina_Bool and in case of success
EINA_FALSE was returned.

@fix
src/lib/ecore_con/ecore_con_ssl.c