mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
fuzz: add missing ECCVerifyHandle to base_encode_decode
This commit is contained in:
parent
0f47e01d7d
commit
906d791311
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
FUZZ_TARGET(base_encode_decode)
|
||||
void initialize_base_encode_decode()
|
||||
{
|
||||
static const ECCVerifyHandle verify_handle;
|
||||
}
|
||||
|
||||
FUZZ_TARGET_INIT(base_encode_decode, initialize_base_encode_decode)
|
||||
{
|
||||
const std::string random_encoded_string(buffer.begin(), buffer.end());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue