Skip to content

Commit

Permalink
Merge pull request #304 from libtom/pr/fix-303
Browse files Browse the repository at this point in the history
missing dsa_free
  • Loading branch information
karel-m authored Oct 1, 2017
2 parents f4802ef + 98536fa commit c2f0675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dsa_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ static int _dsa_wycheproof_test(void)
return CRYPT_FAIL_TESTVECTOR;
}

dsa_free(&key);
return CRYPT_OK;
}

Expand Down

0 comments on commit c2f0675

Please sign in to comment.