aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-07 11:23:53 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-07 11:23:53 +0100
commitd850ed9ca16b13a27dc285ca63f837ba00faaa2a (patch)
tree842cb49cf998bc5c55a2b36ef61d5a438406c06e /src/util/crypto.c
parentadeca20fe2ee5acf08511d315622c15bc4441449 (diff)
downloadexchange-d850ed9ca16b13a27dc285ca63f837ba00faaa2a.tar.xz
-fix test_crypto
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)