From b4c19b093ea1b69dd479d0f8d06bbd7df74684bd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 2 Mar 2013 22:03:07 +0000 Subject: [PATCH] -disable extra checks --- src/util/crypto_ecc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c index 0b3ef0ad0..0c9f6e134 100644 --- a/src/util/crypto_ecc.c +++ b/src/util/crypto_ecc.c @@ -28,7 +28,7 @@ #include "gnunet_common.h" #include "gnunet_util_lib.h" -#define EXTRA_CHECKS ALLOW_EXTRA_CHECKS || 1 +#define EXTRA_CHECKS ALLOW_EXTRA_CHECKS #define CURVE "NIST P-521" -- 2.25.1