mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
remove extra memset
This commit is contained in:
@ -312,7 +312,6 @@ int CheckOcspResponse(WOLFSSL_OCSP *ocsp, byte *response, int responseSz,
|
|||||||
return MEMORY_E;
|
return MEMORY_E;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
XMEMSET(ocspResponse, 0, sizeof(OcspResponse));
|
|
||||||
InitOcspResponse(ocspResponse, newSingle, newStatus, response, responseSz,
|
InitOcspResponse(ocspResponse, newSingle, newStatus, response, responseSz,
|
||||||
ocsp->cm->heap);
|
ocsp->cm->heap);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user