aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_esign.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-14 15:47:02 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-14 15:47:02 +0200
commitab96483e01698c5d8800b83e8e8541f914551d55 (patch)
treecd636e19b420589e96e7fb1f8b8136cf1a9e5815 /src/util/crypto_helper_esign.c
parent5f268913ddfac25f8d16c3216bba23535e2bd798 (diff)
downloadexchange-ab96483e01698c5d8800b83e8e8541f914551d55.tar.xz
disable gettext use in secmod code (#6862)
Diffstat (limited to 'src/util/crypto_helper_esign.c')
-rw-r--r--src/util/crypto_helper_esign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_helper_esign.c b/src/util/crypto_helper_esign.c
index 9392fe402..a1fb9319d 100644
--- a/src/util/crypto_helper_esign.c
+++ b/src/util/crypto_helper_esign.c
@@ -485,7 +485,7 @@ TALER_CRYPTO_helper_esign_sign_ (
buf,
sizeof (buf),
0,
- &esh->sa,
+ (const struct sockaddr *) &esh->sa,
sizeof (esh->sa));
if (ret < 0)
{