mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Avoid valgrind complaints in OpenSSL initialization check
This commit is contained in:
parent
79f599d37f
commit
dc407ed48c
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
|
||||
void static secp256k1_num_init(secp256k1_num_t *r) {
|
||||
#ifdef VERIFY
|
||||
VERIFY_CHECK(r->init != r);
|
||||
r->init = r;
|
||||
#endif
|
||||
BN_init(&r->bn);
|
||||
|
|
Loading…
Add table
Reference in a new issue