mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 03:27:41 +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