i want to know the error

This commit is contained in:
overflowerror 2019-03-13 18:46:49 +01:00
parent 4d6b896a8f
commit 3ed9336ea9

View file

@ -53,6 +53,7 @@ void* copyFromSslToFd(void* data) {
}
debug("ssl: read thread finished %d", r);
debug("ssl: ssl error: %s", ERR_error_string(ERR_get_error(), NULL));
return NULL;
}