aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-13 17:06:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-13 17:06:48 +0000
commit007c852f2e43e658cb2581a62c03cd0ccbfd08f4 (patch)
treeef607b90e766c66602b7b6aaa025960eee635a21 /src/util/crypto_ecc.c
parentd1c8ff7199e0b992d7aad432319a2d5833b55dce (diff)
downloadgnunet-007c852f2e43e658cb2581a62c03cd0ccbfd08f4.tar.gz
gnunet-007c852f2e43e658cb2581a62c03cd0ccbfd08f4.zip
-move tcp session check into extra checks condition
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index feed6959d..6bd96b365 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -27,7 +27,7 @@
27#include <gcrypt.h> 27#include <gcrypt.h>
28#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
29 29
30#define EXTRA_CHECKS ALLOW_EXTRA_CHECKS 30#define EXTRA_CHECKS 0
31 31
32/** 32/**
33 * Name of the curve we are using. Note that we have hard-coded 33 * Name of the curve we are using. Note that we have hard-coded