mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
add missing dsa_free to _dsa_wycheproof_test - fixes #303
This commit is contained in:
parent
f4802ef40a
commit
98536fa5bf
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ static int _dsa_wycheproof_test(void)
|
|||
return CRYPT_FAIL_TESTVECTOR;
|
||||
}
|
||||
|
||||
dsa_free(&key);
|
||||
return CRYPT_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue