summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-14 18:08:45 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-14 18:08:45 +0200
commit3ef39e51f34f446831e136a38ed60bfa698b077c (patch)
treee2ae684e433c6b9084843ee82bd446b03944904b /src
parentab96483e01698c5d8800b83e8e8541f914551d55 (diff)
downloadexchange-3ef39e51f34f446831e136a38ed60bfa698b077c.tar.gz
exchange-3ef39e51f34f446831e136a38ed60bfa698b077c.tar.bz2
exchange-3ef39e51f34f446831e136a38ed60bfa698b077c.zip
more work on hopefully fixing #6862
Diffstat (limited to 'src')
-rw-r--r--src/include/platform.h3
-rw-r--r--src/util/taler-exchange-secmod-eddsa.c3
-rw-r--r--src/util/taler-exchange-secmod-rsa.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index ec2f70768..ba3a4d2c9 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -31,6 +31,9 @@
# include "taler_config.h"
# endif
#endif
+/* For the exchange build, we do NOT want gettext, even
+ if it is available! */
+#undef ENABLE_NLS
#if (GNUNET_EXTRA_LOGGING >= 1)
diff --git a/src/util/taler-exchange-secmod-eddsa.c b/src/util/taler-exchange-secmod-eddsa.c
index 424fab63f..e2a71e6a9 100644
--- a/src/util/taler-exchange-secmod-eddsa.c
+++ b/src/util/taler-exchange-secmod-eddsa.c
@@ -32,9 +32,6 @@
* 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"
diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c
index 941a3ddf3..0b2da99d7 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -32,9 +32,6 @@
* 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"