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_READ:
|
||||
case ZERO_RETURN:
|
||||
#ifdef WOLFSSL_ASYNC
|
||||
case WC_PENGIND_E:
|
||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||
case WC_PENDING_E:
|
||||
#endif
|
||||
return;
|
||||
case BUFFER_ERROR:
|
||||
|
Reference in New Issue
Block a user