summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/taler-helper-crypto-eddsa.c4
-rw-r--r--src/util/taler-helper-crypto-rsa.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/util/taler-helper-crypto-eddsa.c b/src/util/taler-helper-crypto-eddsa.c
index ccea02149..6cf4c466e 100644
--- a/src/util/taler-helper-crypto-eddsa.c
+++ b/src/util/taler-helper-crypto-eddsa.c
@@ -1642,10 +1642,6 @@ main (int argc,
not do this, the linker may "optimize" libtalerutil
away and skip #TALER_OS_init(), which we do need */
GNUNET_OS_init (TALER_project_data_default ());
- GNUNET_assert (GNUNET_OK ==
- GNUNET_log_setup ("taler-helper-crypto-eddsa",
- "WARNING",
- NULL));
now = now_tmp = GNUNET_TIME_absolute_get ();
ret = GNUNET_PROGRAM_run (argc, argv,
"taler-helper-crypto-eddsa",
diff --git a/src/util/taler-helper-crypto-rsa.c b/src/util/taler-helper-crypto-rsa.c
index 6a1019af4..c581be316 100644
--- a/src/util/taler-helper-crypto-rsa.c
+++ b/src/util/taler-helper-crypto-rsa.c
@@ -2041,10 +2041,6 @@ main (int argc,
not do this, the linker may "optimize" libtalerutil
away and skip #TALER_OS_init(), which we do need */
GNUNET_OS_init (TALER_project_data_default ());
- GNUNET_assert (GNUNET_OK ==
- GNUNET_log_setup ("taler-helper-crypto-rsa",
- "INFO",
- NULL));
now = now_tmp = GNUNET_TIME_absolute_get ();
ret = GNUNET_PROGRAM_run (argc, argv,
"taler-helper-crypto-rsa",