remove extra memset

pull/5708/head
JacobBarthelmeh 2022-10-26 12:54:17 -07:00
parent 33617588fc
commit d08c204466
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ int CheckOcspResponse(WOLFSSL_OCSP *ocsp, byte *response, int responseSz,
return MEMORY_E;
}
#endif
XMEMSET(ocspResponse, 0, sizeof(OcspResponse));
InitOcspResponse(ocspResponse, newSingle, newStatus, response, responseSz,
ocsp->cm->heap);