mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #3524 from SparkiDev/ocsp_resp_free
OCSP callback: call embed free in test callbackpull/3535/head
commit
9f5141a333
|
@ -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)
|
||||
{
|
||||
(void)ioCtx;
|
||||
(void)response;
|
||||
return EmbedOcspRespFree(ioCtx, response);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue