Merge #9691: Init ECC context for test_bitcoin_fuzzy.

ac719c9 Init ECC context for test_bitcoin_fuzzy. (Gregory Maxwell)
This commit is contained in:
Wladimir J. van der Laan 2017-02-06 08:55:59 +01:00
commit fc67cd22f8
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "streams.h"
#include "undo.h"
#include "version.h"
#include "pubkey.h"
#include <stdint.h>
#include <unistd.h>
@ -60,6 +61,7 @@ bool read_stdin(std::vector<char> &data) {
int main(int argc, char **argv)
{
ECCVerifyHandle globalVerifyHandle;
std::vector<char> buffer;
if (!read_stdin(buffer)) return 0;