diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-25 10:00:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-25 10:00:55 +0100 |
commit | 98549cdc5aff7081f20ccc53b566802020f6fdd9 (patch) | |
tree | 89e59a75c6bb8b60250e8a4f3bf464f01318ed1f /src/util/crypto.c | |
parent | 414237c335dd0f960ee07de92ff20c92b5c7afd5 (diff) |
-fix
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r-- | src/util/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c index 0bd91625e..178db3aad 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -194,7 +194,7 @@ TALER_planchet_prepare (const struct TALER_DenominationPublicKey *dk, &pd->coin_ev, &pd->coin_ev_size)) { - GNUNET_break_op (0); + GNUNET_break (0); return GNUNET_SYSERR; } TALER_denom_pub_hash (dk, |