mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Merge pull request #3524 from SparkiDev/ocsp_resp_free
OCSP callback: call embed free in test callback
This commit is contained in:
@ -1592,8 +1592,7 @@ static WC_INLINE int OCSPIOCb(void* ioCtx, const char* url, int urlSz,
|
|||||||
|
|
||||||
static WC_INLINE void OCSPRespFreeCb(void* ioCtx, unsigned char* response)
|
static WC_INLINE void OCSPRespFreeCb(void* ioCtx, unsigned char* response)
|
||||||
{
|
{
|
||||||
(void)ioCtx;
|
return EmbedOcspRespFree(ioCtx, response);
|
||||||
(void)response;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user