abort instead of assert
This commit is contained in:
parent
2eb3cbaa3a
commit
f92e8c1d0c
2
brandt.c
2
brandt.c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user