Avoid valgrind complaints in OpenSSL initialization check

This commit is contained in:
Pieter Wuille 2014-10-27 02:27:55 -07:00
parent 79f599d37f
commit dc407ed48c
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
1 changed files with 0 additions and 1 deletions

View File

@ -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);