aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-02 14:33:22 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-02 14:33:22 +0100
commit3a5eb9285c7e9ac72614174fabc7f7b17d3097fa (patch)
tree403911f06cf227111ab3a86469331d1547f4dcaa /src
parent5ad1d0d3dd87ebb879577db6dcdbe33014a7f871 (diff)
downloadexchange-3a5eb9285c7e9ac72614174fabc7f7b17d3097fa.tar.xz
-fix FTBFS
Diffstat (limited to 'src')
-rw-r--r--src/util/taler-exchange-secmod-rsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c
index 54cf3d9a5..54d3c9eff 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -431,8 +431,8 @@ handle_sign_request (struct TES_Client *client,
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Sending RSA signature after %s\n",
GNUNET_STRINGS_relative_time_to_string (
- GNUENT_TIME_absolute_get_duration (now)),
- GNUNET_YES);
+ GNUNET_TIME_absolute_get_duration (now),
+ GNUNET_YES));
ret = TES_transmit (client->csock,
&sr->header);
GNUNET_free (sr);