set last missing lastErr section

This commit is contained in:
John Bland
2023-09-11 18:24:37 -04:00
parent b99b1d4cfd
commit 937aa3415f

View File

@ -14510,6 +14510,7 @@ int ProcessPeerCerts(WOLFSSL* ssl, byte* input, word32* inOutIdx,
args->dCert, ssl);
#ifdef WOLFSSL_NONBLOCK_OCSP
if (ret == OCSP_WANT_READ) {
args->lastErr = ret;
goto exit_ppc;
}
#endif