summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index b4e610ab0..8d70b791e 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -385,6 +385,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)
{
switch (blinded_planchet->cipher)