HomePhabricator

Remove nonnull warning when calling secp256k1_schnorr_sign with NULL noncefp

Description

Remove nonnull warning when calling secp256k1_schnorr_sign with NULL noncefp

Summary: This warning was hidden under normal conditions because SECP256K1_ARG_NONNULL is bypassed when SECP256K1_BUILD is set. A NULL noncefp means the default nonce function is used.

Test Plan: make check

Reviewers: O1 Bitcoin ABC, #bitcoin_abc, deadalnix

Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, deadalnix

Subscribers: schancel

Differential Revision: https://reviews.bitcoinabc.org/D2747

Details

Provenance
florianAuthored on Mar 27 2019, 23:02
florianPushed on Mar 28 2019, 00:22
Reviewer
Restricted Owners Package
Differential Revision
D2747: Remove nonnull warning when calling secp256k1_schnorr_sign with NULL noncefp
Parents
rABC095183ecff21: Fix unlocked_until in getwalletinfo rpc
Branches
Unknown
Tags
Unknown