mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
fuzz: Add missing ECC_Start to key_io test
This commit is contained in:
parent
58c72880ff
commit
bbbbb53dd1
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@
|
|||
|
||||
void initialize()
|
||||
{
|
||||
SelectParams(CBaseChainParams::REGTEST);
|
||||
static const ECCVerifyHandle verify_handle;
|
||||
ECC_Start();
|
||||
SelectParams(CBaseChainParams::MAIN);
|
||||
}
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue