pkcs12.c: Ignore param when heap not used

This commit is contained in:
Juliusz Sosinowicz
2023-03-29 15:49:03 +02:00
parent 7a0d6487b7
commit e7ae64d9b5

View File

@ -1157,6 +1157,8 @@ static byte* PKCS12_ConcatonateContent(WC_PKCS12* pkcs12,byte* mergedData,
byte* oldContent;
word32 oldContentSz;
(void)pkcs12;
if (mergedData == NULL || in == NULL)
return NULL;