aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 12:23:10 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 12:23:10 +0100
commitf92e8c1d0c1bc650bfe4bdb12d06fbf3fdf6a49e (patch)
treefdaa1734d399bf0f6c697ce8821b6b86ea1bfdb6
parent2eb3cbaa3aca625914903dd2b6386595052029e6 (diff)
downloadlibbrandt-f92e8c1d0c1bc650bfe4bdb12d06fbf3fdf6a49e.tar.gz
libbrandt-f92e8c1d0c1bc650bfe4bdb12d06fbf3fdf6a49e.zip
abort instead of assert
-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 */