summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-19 20:31:10 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-19 20:31:10 +0200
commit8fae2f1cf6bf1ae9183f6b1afa0294ab357fbfbc (patch)
treedb74c30f4afc05d020edf59cfd26762e6182bf2a /src
parent438a57d2b19be53669968478b92c20a52d4be420 (diff)
downloadgnunet-8fae2f1cf6bf1ae9183f6b1afa0294ab357fbfbc.tar.gz
gnunet-8fae2f1cf6bf1ae9183f6b1afa0294ab357fbfbc.zip
disable crypto bug workaround
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_bug.c b/src/util/crypto_bug.c
index c25e79c63..1c3e9225e 100644
--- a/src/util/crypto_bug.c
+++ b/src/util/crypto_bug.c
@@ -28,7 +28,7 @@
28 * Enable work-around. Will cause code to call #check_eddsa_key() to 28 * Enable work-around. Will cause code to call #check_eddsa_key() to
29 * see if we have a bad key, and if so, create a new one. 29 * see if we have a bad key, and if so, create a new one.
30 */ 30 */
31#define CRYPTO_BUG 1 31#define CRYPTO_BUG 0
32 32
33 33
34#if CRYPTO_BUG 34#if CRYPTO_BUG