Skip to content

Commit e12f1f4

Browse files
committed
make OCSP error entry conditional to cut down on size
1 parent 7ee3835 commit e12f1f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/internal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16501,7 +16501,9 @@ int SendFatalAlertOnly(WOLFSSL *ssl, int error)
1650116501
case WANT_WRITE:
1650216502
case WANT_READ:
1650316503
case ZERO_RETURN:
16504+
#ifdef HAVE_OCSP
1650416505
case OCSP_WANT_READ:
16506+
#endif
1650516507
#ifdef WOLFSSL_ASYNC_CRYPT
1650616508
case WC_PENDING_E:
1650716509
#endif

0 commit comments

Comments
 (0)