diff options
Diffstat (limited to 'src/util/taler-exchange-secmod-eddsa.c')
-rw-r--r-- | src/util/taler-exchange-secmod-eddsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/taler-exchange-secmod-eddsa.c b/src/util/taler-exchange-secmod-eddsa.c index 5ca50f062..dc2d35d13 100644 --- a/src/util/taler-exchange-secmod-eddsa.c +++ b/src/util/taler-exchange-secmod-eddsa.c | |||
@@ -1680,7 +1680,7 @@ main (int argc, | |||
1680 | /* force linker to link against libtalerutil; if we do | 1680 | /* force linker to link against libtalerutil; if we do |
1681 | not do this, the linker may "optimize" libtalerutil | 1681 | not do this, the linker may "optimize" libtalerutil |
1682 | away and skip #TALER_OS_init(), which we do need */ | 1682 | away and skip #TALER_OS_init(), which we do need */ |
1683 | GNUNET_OS_init (TALER_project_data_default ()); | 1683 | TALER_OS_init (); |
1684 | now = now_tmp = GNUNET_TIME_absolute_get (); | 1684 | now = now_tmp = GNUNET_TIME_absolute_get (); |
1685 | ret = GNUNET_PROGRAM_run (argc, argv, | 1685 | ret = GNUNET_PROGRAM_run (argc, argv, |
1686 | "taler-exchange-secmod-eddsa", | 1686 | "taler-exchange-secmod-eddsa", |