diff options
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.c')
-rw-r--r-- | src/util/taler-exchange-secmod-rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c index 35bd78902..2aabaddc0 100644 --- a/src/util/taler-exchange-secmod-rsa.c +++ b/src/util/taler-exchange-secmod-rsa.c | |||
@@ -2081,7 +2081,7 @@ main (int argc, | |||
2081 | /* force linker to link against libtalerutil; if we do | 2081 | /* force linker to link against libtalerutil; if we do |
2082 | not do this, the linker may "optimize" libtalerutil | 2082 | not do this, the linker may "optimize" libtalerutil |
2083 | away and skip #TALER_OS_init(), which we do need */ | 2083 | away and skip #TALER_OS_init(), which we do need */ |
2084 | GNUNET_OS_init (TALER_project_data_default ()); | 2084 | TALER_OS_init (); |
2085 | now = now_tmp = GNUNET_TIME_absolute_get (); | 2085 | now = now_tmp = GNUNET_TIME_absolute_get (); |
2086 | ret = GNUNET_PROGRAM_run (argc, argv, | 2086 | ret = GNUNET_PROGRAM_run (argc, argv, |
2087 | "taler-exchange-secmod-rsa", | 2087 | "taler-exchange-secmod-rsa", |