diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/taler-exchange-secmod-eddsa.c | 3 | ||||
-rw-r--r-- | src/util/taler-exchange-secmod-rsa.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/util/taler-exchange-secmod-eddsa.c b/src/util/taler-exchange-secmod-eddsa.c index 424fab63..e2a71e6a 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 941a3ddf..0b2da99d 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" |