Merge pull request #304 from libtom/pr/fix-303

missing dsa_free
This commit is contained in:
karel-m
2017-10-01 17:24:08 +02:00
committed by GitHub
+1
View File
@@ -313,6 +313,7 @@ static int _dsa_wycheproof_test(void)
return CRYPT_FAIL_TESTVECTOR;
}
dsa_free(&key);
return CRYPT_OK;
}