mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
fix TrueSTUDIO warning in PKCS12_create_key_bag()
This commit is contained in:
@ -1308,6 +1308,7 @@ static int wc_PKCS12_create_key_bag(WC_PKCS12* pkcs12, WC_RNG* rng,
|
||||
tmpSz = SetSequence(totalSz, out);
|
||||
XMEMMOVE(out + tmpSz, out + MAX_SEQ_SZ, totalSz);
|
||||
|
||||
(void)heap;
|
||||
return totalSz + tmpSz;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user