fix for free instead of init of rng when done

pull/361/head
Jacob Barthelmeh 2023-02-13 08:42:14 -07:00
parent 13240852a6
commit 1af43d07cf
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ int main(void)
ret = VerifyBundle(&rng, cert, certSz, key, keySz, bundle, bundleSz);
}
wc_InitRng(&rng);
wc_FreeRng(&rng);
if (ret >= 0) {
PRINTF("Done\r\n");