tls_openssl: coding style

This commit is contained in:
Dmitry Podgorny
2016-09-02 00:32:50 +03:00
parent 2bff3f8722
commit 0c60e8d384

View File

@@ -137,7 +137,6 @@ int tls_start(tls_t *tls)
_tls_set_error(tls, error); _tls_set_error(tls, error);
return ret <= 0 ? 0 : 1; return ret <= 0 ? 0 : 1;
} }
int tls_stop(tls_t *tls) int tls_stop(tls_t *tls)