add missing dsa_free to _dsa_wycheproof_test - fixes #303

This commit is contained in:
Karel Miko
2017-10-01 15:40:19 +02:00
parent f4802ef40a
commit 98536fa5bf
+1
View File
@@ -313,6 +313,7 @@ static int _dsa_wycheproof_test(void)
return CRYPT_FAIL_TESTVECTOR;
}
dsa_free(&key);
return CRYPT_OK;
}