mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-31 09:26:21 +00:00
Reverting r513. I mistakenly committed my entire tree.
This commit is contained in:
@@ -189,6 +189,11 @@ int tls_stop(tls_t *tls)
|
||||
return 1;
|
||||
}
|
||||
|
||||
int tls_error(tls_t *tls)
|
||||
{
|
||||
return tls->lasterror;
|
||||
}
|
||||
|
||||
int tls_is_recoverable(int error)
|
||||
{
|
||||
return (error == SSL_ERROR_NONE || error == SSL_ERROR_WANT_READ
|
||||
|
||||
Reference in New Issue
Block a user