mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
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_READ:
|
||||
case ZERO_RETURN:
|
||||
#ifdef HAVE_OCSP
|
||||
#ifdef WOLFSSL_NONBLOCK_OCSP
|
||||
case OCSP_WANT_READ:
|
||||
#endif
|
||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||
|
Reference in New Issue
Block a user