Added key free

This commit is contained in:
Ethan Looney
2020-09-25 13:42:19 -06:00
parent 4662690fdc
commit e49505fbb8

View File

@ -11460,7 +11460,7 @@ static int test_wc_Des3_EcbEncrypt (void)
if (ret == 0) {
ret = wc_Des3_EcbEncrypt(&des, cipher, vector, cipherSz);
}
wc_Des3Free(&des);
printf(resultFmt, ret == 0 ? passed : failed);