disable gettext use in secmod code (#6862)

This commit is contained in:
Christian Grothoff 2021-05-14 15:47:02 +02:00
parent 5f268913dd
commit ab96483e01
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 8 additions and 2 deletions

View File

@ -535,7 +535,7 @@ TALER_CRYPTO_helper_denom_sign (
buf, buf,
sizeof (buf), sizeof (buf),
0, 0,
&dh->sa, (const struct sockaddr *) &dh->sa,
sizeof (dh->sa)); sizeof (dh->sa));
if (ret < 0) if (ret < 0)
{ {

View File

@ -485,7 +485,7 @@ TALER_CRYPTO_helper_esign_sign_ (
buf, buf,
sizeof (buf), sizeof (buf),
0, 0,
&esh->sa, (const struct sockaddr *) &esh->sa,
sizeof (esh->sa)); sizeof (esh->sa));
if (ret < 0) if (ret < 0)
{ {

View File

@ -32,6 +32,9 @@
* private key. This is done by reference counting (as work is always * private key. This is done by reference counting (as work is always
* assigned and collected by the main thread). * assigned and collected by the main thread).
*/ */
#include "taler_config.h"
#define HAVE_USED_CONFIG_H
#undef ENABLE_NLS
#include "platform.h" #include "platform.h"
#include "taler_util.h" #include "taler_util.h"
#include "taler-exchange-secmod-eddsa.h" #include "taler-exchange-secmod-eddsa.h"

View File

@ -32,6 +32,9 @@
* private key. This is done by reference counting (as work is always * private key. This is done by reference counting (as work is always
* assigned and collected by the main thread). * assigned and collected by the main thread).
*/ */
#include "taler_config.h"
#define HAVE_USED_CONFIG_H
#undef ENABLE_NLS
#include "platform.h" #include "platform.h"
#include "taler_util.h" #include "taler_util.h"
#include "taler-exchange-secmod-rsa.h" #include "taler-exchange-secmod-rsa.h"