secp256k1_context_destroy: Allow NULL argument as a no-op

This commit is contained in:
Luke Dashjr
2015-09-01 01:41:35 +00:00
parent 64b730bc3f
commit 9aac008038
2 changed files with 4 additions and 1 deletions

View File

@@ -160,7 +160,7 @@ secp256k1_context_t* secp256k1_context_clone(
*/
void secp256k1_context_destroy(
secp256k1_context_t* ctx
) SECP256K1_ARG_NONNULL(1);
);
/** Set a callback function to be called when an illegal argument is passed to
* an API call. It will only trigger for violations that are mentioned