forked from wolfSSL/wolfssl
change conditional compile to use WOLFSSL_NONBLOCK_OCSP
instead of HAVE_OCSP
This commit is contained in:
@ -16501,7 +16501,7 @@ int SendFatalAlertOnly(WOLFSSL *ssl, int error)
|
|||||||
case WANT_WRITE:
|
case WANT_WRITE:
|
||||||
case WANT_READ:
|
case WANT_READ:
|
||||||
case ZERO_RETURN:
|
case ZERO_RETURN:
|
||||||
#ifdef HAVE_OCSP
|
#ifdef WOLFSSL_NONBLOCK_OCSP
|
||||||
case OCSP_WANT_READ:
|
case OCSP_WANT_READ:
|
||||||
#endif
|
#endif
|
||||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||||
|
Reference in New Issue
Block a user