[crypto,tls] fix missing return
This commit is contained in:
parent
6228583ee6
commit
53d8e0f203
@ -902,6 +902,7 @@ static int bio_err_print(const char* str, size_t len, void* u)
|
||||
{
|
||||
wLog* log = u;
|
||||
WLog_Print(log, WLOG_ERROR, "[BIO_do_handshake] %s [%" PRIuz "]", str, len);
|
||||
return 0;
|
||||
}
|
||||
|
||||
TlsHandshakeResult freerdp_tls_handshake(rdpTls* tls)
|
||||
|
Loading…
Reference in New Issue
Block a user