diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 12:23:10 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 12:23:10 +0100 |
commit | f92e8c1d0c1bc650bfe4bdb12d06fbf3fdf6a49e (patch) | |
tree | fdaa1734d399bf0f6c697ce8821b6b86ea1bfdb6 | |
parent | 2eb3cbaa3aca625914903dd2b6386595052029e6 (diff) |
abort instead of assert
-rw-r--r-- | brandt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx) GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, "libbrandt", "libgcrypt version mismatch\n"); - GNUNET_assert (0); + GNUNET_abort_ (0); } /* SECMEM cannot be resized dynamically. We do not know how much we need */ |