change conditional compile to use WOLFSSL_NONBLOCK_OCSP

instead of HAVE_OCSP
This commit is contained in:
John Bland
2023-07-18 15:01:33 -04:00
parent e12f1f44b4
commit 9ea681030f

View File

@ -16501,7 +16501,7 @@ int SendFatalAlertOnly(WOLFSSL *ssl, int error)
case WANT_WRITE:
case WANT_READ:
case ZERO_RETURN:
#ifdef HAVE_OCSP
#ifdef WOLFSSL_NONBLOCK_OCSP
case OCSP_WANT_READ:
#endif
#ifdef WOLFSSL_ASYNC_CRYPT