diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:53:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:53:54 +0100 |
commit | c5c04cb51fddba5ec8a0371155b50145810a92cb (patch) | |
tree | fb6f248cd364e868e2ffcf76ed0be5ad3d17e291 /src/include/taler_exchange_service.h | |
parent | 0f214150db9fbfe737e451e2ea78000ec175ebab (diff) |
fix -Wextra warnings
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 253647428..5834d2a6f 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1289,9 +1289,7 @@ TALER_EXCHANGE_reserve_withdraw_cancel (struct * to #TALER_EXCHANGE_refresh_melt() that will generate the request. * * This function does verify that the given request data is internally - * consistent. However, the @a melts_sig is only verified if @a - * check_sig is set to #GNUNET_YES, as this may be relatively - * expensive and should be redundant. + * consistent. However, the @a melts_sigs are NOT verified. * * Aside from some non-trivial cryptographic operations that might * take a bit of CPU time to complete, this function returns @@ -1307,7 +1305,6 @@ TALER_EXCHANGE_reserve_withdraw_cancel (struct * @param melt_pk denomination key information * record corresponding to the @a melt_sig * validity of the keys - * @param check_sig verify the validity of the signatures of @a melt_sig * @param fresh_pks_len length of the @a pks array * @param fresh_pks array of @a pks_len denominations of fresh coins to create * @param[out] res_size set to the size of the return value, or 0 on error @@ -1325,7 +1322,6 @@ TALER_EXCHANGE_refresh_prepare (const struct TALER_DenominationSignature *melt_sig, const struct TALER_EXCHANGE_DenomPublicKey *melt_pk, - int check_sig, unsigned int fresh_pks_len, const struct TALER_EXCHANGE_DenomPublicKey *fresh_pks, |