From d850ed9ca16b13a27dc285ca63f837ba00faaa2a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 7 Feb 2022 11:23:53 +0100 Subject: -fix test_crypto --- src/include/taler_crypto_lib.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index e74d49f6d..e3c5caa46 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1530,12 +1530,21 @@ TALER_planchet_prepare (const struct TALER_DenominationPublicKey *dk, * Frees blinded message inside blinded planchet depending on blinded_planchet->cipher * Does not free the @a blinded_planchet itself! * - * @param blinded_planchet blnded planchet + * @param[in] blinded_planchet blinded planchet */ void TALER_blinded_planchet_free (struct TALER_BlindedPlanchet *blinded_planchet); +/** + * Frees blinded message inside planchet detail. + * + * @param[in] pd planchet detail to free + */ +void +TALER_planchet_detail_free (struct TALER_PlanchetDetail *pd); + + /** * Obtain a coin from the planchet's secrets and the blind signature * of the exchange. -- cgit v1.2.3