mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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;
|
||||
word32 oldContentSz;
|
||||
|
||||
(void)pkcs12;
|
||||
|
||||
if (mergedData == NULL || in == NULL)
|
||||
return NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user