mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
pkcs12.c: Ignore param when heap not used
This commit is contained in:
@@ -1157,6 +1157,8 @@ static byte* PKCS12_ConcatonateContent(WC_PKCS12* pkcs12,byte* mergedData,
|
|||||||
byte* oldContent;
|
byte* oldContent;
|
||||||
word32 oldContentSz;
|
word32 oldContentSz;
|
||||||
|
|
||||||
|
(void)pkcs12;
|
||||||
|
|
||||||
if (mergedData == NULL || in == NULL)
|
if (mergedData == NULL || in == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user