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/util/crypto.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/util/crypto.c') diff --git a/src/util/crypto.c b/src/util/crypto.c index b4e610ab..8d70b791 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -384,6 +384,13 @@ TALER_planchet_prepare (const struct TALER_DenominationPublicKey *dk, } +void +TALER_planchet_detail_free (struct TALER_PlanchetDetail *pd) +{ + TALER_blinded_planchet_free (&pd->blinded_planchet); +} + + void TALER_blinded_planchet_free (struct TALER_BlindedPlanchet *blinded_planchet) { -- cgit v1.2.3