mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 00:40:34 +02:00
Avoid valgrind complaints in OpenSSL initialization check
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user