From a31ca24bb0e690ef62eb2aab801d264c5bf12c6f Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Wed, 22 Mar 2023 17:30:38 -0600 Subject: [PATCH] Fix for async build with enable all --- src/internal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internal.c b/src/internal.c index 8c4328e7c..4d1bcc3a2 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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: