Add missing secp256k1_ge_set_gej_var decl. #877
pull roconnor-blockstream wants to merge 1 commits into bitcoin-core:master from roconnor-blockstream:20210123_secp256k1_ge_set_gej_var_decl changing 1 files +4 −1-
roconnor-blockstream commented at 12:16 AM on January 24, 2021: contributor
-
Add missing secp256k1_ge_set_gej_var decl. 482e4a9cfc
-
sipa commented at 12:35 AM on January 24, 2021: contributor
utACK 482e4a9cfcecad28c3b7e601667b3b41949f47fe
Seems obviously correct.
Note that these declarations don't really serve as anything more than somewhat machine-checked documentation. They're internal functions only declared and used afterwards within the same compilation unit. But this one is part of the (internally) exposed interface of the group "module", so it's better to have it explicit.
- real-or-random approved
-
real-or-random commented at 5:56 PM on January 24, 2021: contributor
-
jonasnick commented at 2:00 PM on January 25, 2021: contributor
ACK 482e4a9cfcecad28c3b7e601667b3b41949f47fe
- jonasnick merged this on Jan 25, 2021
- jonasnick closed this on Jan 25, 2021
- roconnor-blockstream deleted the branch on Jan 25, 2021
- Fabcien referenced this in commit efbccf677c on Apr 8, 2021
- deadalnix referenced this in commit 7bb384ffd8 on Apr 9, 2021