]> Git Repo - secp256k1.git/commit
bugfix: "ARG_CHECK(ctx != NULL)" makes no sense
authorCory Fields <[email protected]>
Tue, 1 Sep 2015 18:22:32 +0000 (14:22 -0400)
committerCory Fields <[email protected]>
Thu, 3 Sep 2015 03:42:51 +0000 (23:42 -0400)
commitb183b4112249215cd1bc439a77b23416a37e0282
treea7e8afa9b808d4d3adde6457a81f66535c127418
parent5eb435694eb632367658995c6ad0592e3f4fe768
bugfix: "ARG_CHECK(ctx != NULL)" makes no sense

Move all context checks to VERIFY_CHECK and be sure they come before all
ARG_CHECKs.
src/modules/recovery/main_impl.h
src/modules/schnorr/main_impl.h
src/secp256k1.c
This page took 0.025338 seconds and 4 git commands to generate.