Page MenuHomePhabricator

Remove nonnull warning when calling secp256k1_schnorr_sign with NULL noncefp
ClosedPublic

Authored by florian on Mar 27 2019, 23:10.

Details

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
bench_schnorr
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5318
Build 8698: Bitcoin ABC Buildbot (legacy)
Build 8697: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Mar 27 2019, 23:10
This revision is now accepted and ready to land.Mar 28 2019, 00:10
This revision was automatically updated to reflect the committed changes.