fix TrueSTUDIO warning in PKCS12_create_key_bag()

pull/1703/head
Chris Conlon 2018-07-18 16:15:33 -06:00
parent 70dfb9af72
commit 27b7791f5e
1 changed files with 1 additions and 0 deletions

View File

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