Skip to content

Commit 9ea6810

Browse files
committed
change conditional compile to use WOLFSSL_NONBLOCK_OCSP
instead of HAVE_OCSP
1 parent e12f1f4 commit 9ea6810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16501,7 +16501,7 @@ int SendFatalAlertOnly(WOLFSSL *ssl, int error)
1650116501
case WANT_WRITE:
1650216502
case WANT_READ:
1650316503
case ZERO_RETURN:
16504-
#ifdef HAVE_OCSP
16504+
#ifdef WOLFSSL_NONBLOCK_OCSP
1650516505
case OCSP_WANT_READ:
1650616506
#endif
1650716507
#ifdef WOLFSSL_ASYNC_CRYPT

0 commit comments

Comments
 (0)