disable gettext use in secmod code (#6862)
This commit is contained in:
parent
5f268913dd
commit
ab96483e01
@ -535,7 +535,7 @@ TALER_CRYPTO_helper_denom_sign (
|
||||
buf,
|
||||
sizeof (buf),
|
||||
0,
|
||||
&dh->sa,
|
||||
(const struct sockaddr *) &dh->sa,
|
||||
sizeof (dh->sa));
|
||||
if (ret < 0)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -32,6 +32,9 @@
|
||||
* private key. This is done by reference counting (as work is always
|
||||
* assigned and collected by the main thread).
|
||||
*/
|
||||
#include "taler_config.h"
|
||||
#define HAVE_USED_CONFIG_H
|
||||
#undef ENABLE_NLS
|
||||
#include "platform.h"
|
||||
#include "taler_util.h"
|
||||
#include "taler-exchange-secmod-eddsa.h"
|
||||
|
@ -32,6 +32,9 @@
|
||||
* private key. This is done by reference counting (as work is always
|
||||
* assigned and collected by the main thread).
|
||||
*/
|
||||
#include "taler_config.h"
|
||||
#define HAVE_USED_CONFIG_H
|
||||
#undef ENABLE_NLS
|
||||
#include "platform.h"
|
||||
#include "taler_util.h"
|
||||
#include "taler-exchange-secmod-rsa.h"
|
||||
|
Loading…
Reference in New Issue
Block a user