Skip to content

Commit

Permalink
fuzz: Add missing ECC_Start to key_io test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Mar 11, 2020
1 parent 58c7288 commit bbbbb53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/fuzz/key_io.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit bbbbb53

Please sign in to comment.