CHANGE ERROR HANDLER FOR SSL ERROR: Change of indent

This commit is contained in:
hiura 2024-05-26 23:50:05 +09:00
parent 98852b77d9
commit 08213b7f0e
1 changed files with 2 additions and 2 deletions

View File

@ -12314,7 +12314,7 @@ UINT SecureRecv(SOCK *sock, void *data, UINT size)
sock->ssl->s3->send_alert[0] != sock->Ssl_Init_Async_SendAlert[0] &&
sock->ssl->s3->send_alert[1] != sock->Ssl_Init_Async_SendAlert[1]
#endif
)
)
{
UINT ssl_err_no = ERR_get_error();
@ -12418,7 +12418,7 @@ UINT SecureRecv(SOCK *sock, void *data, UINT size)
sock->ssl->s3->send_alert[0] != sock->Ssl_Init_Async_SendAlert[0] &&
sock->ssl->s3->send_alert[1] != sock->Ssl_Init_Async_SendAlert[1]
#endif
)
)
{
UINT ssl_err_no = ERR_get_error();