aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/brandt.c b/brandt.c
index 06aff3d..e0dc06c 100644
--- a/brandt.c
+++ b/brandt.c
@@ -37,7 +37,7 @@ BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx)
37 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, 37 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR,
38 "libbrandt", 38 "libbrandt",
39 "libgcrypt version mismatch\n"); 39 "libgcrypt version mismatch\n");
40 GNUNET_assert (0); 40 GNUNET_abort_ (0);
41 } 41 }
42 42
43 /* SECMEM cannot be resized dynamically. We do not know how much we need */ 43 /* SECMEM cannot be resized dynamically. We do not know how much we need */