Merge pull request #3524 from SparkiDev/ocsp_resp_free

OCSP callback: call embed free in test callback
pull/3535/head
toddouska 2020-12-02 13:48:09 -08:00 committed by GitHub
commit 9f5141a333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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