forked from wolfSSL/wolfssl
Fix for async build with enable all
This commit is contained in:
@ -16045,8 +16045,8 @@ void SendFatalAlertOnly(WOLFSSL *ssl, int error)
|
|||||||
case WANT_WRITE:
|
case WANT_WRITE:
|
||||||
case WANT_READ:
|
case WANT_READ:
|
||||||
case ZERO_RETURN:
|
case ZERO_RETURN:
|
||||||
#ifdef WOLFSSL_ASYNC
|
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||||
case WC_PENGIND_E:
|
case WC_PENDING_E:
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
case BUFFER_ERROR:
|
case BUFFER_ERROR:
|
||||||
|
Reference in New Issue
Block a user