summaryrefslogtreecommitdiff
path: root/src/mhd
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-01 13:53:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-01 13:53:56 +0100
commit13eed90b733553ae6df8e1af51ef410d8f92b364 (patch)
tree7fe4f320e185cace2033813265910adc9a4ecd7a /src/mhd
parent9b688d7cb096a3a8cd30d57384eb00eb5c42b4c5 (diff)
downloadexchange-13eed90b733553ae6df8e1af51ef410d8f92b364.tar.gz
exchange-13eed90b733553ae6df8e1af51ef410d8f92b364.tar.bz2
exchange-13eed90b733553ae6df8e1af51ef410d8f92b364.zip
use global ENABLE_SANITY_CHECKS constant also in response generation logic
Diffstat (limited to 'src/mhd')
-rw-r--r--src/mhd/mhd_responses.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c
index 6e5181482..05f95b7f1 100644
--- a/src/mhd/mhd_responses.c
+++ b/src/mhd/mhd_responses.c
@@ -27,15 +27,6 @@
/**
- * Enable checking signatures before we hand them out
- * (even though we should have checked them before).
- * So technically these checks are redundant, but good
- * during testing.
- */
-#define SANITY_CHECKS_ON 1
-
-
-/**
* Global options for response generation.
*/
static enum TALER_MHD_GlobalOptions TM_go;