[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: disable crypto bug workarou
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: disable crypto bug workaround |
Date: |
Sat, 19 May 2018 20:31:13 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 8fae2f1cf disable crypto bug workaround
8fae2f1cf is described below
commit 8fae2f1cf6bf1ae9183f6b1afa0294ab357fbfbc
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat May 19 20:31:10 2018 +0200
disable crypto bug workaround
---
src/util/crypto_bug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@
* Enable work-around. Will cause code to call #check_eddsa_key() to
* see if we have a bad key, and if so, create a new one.
*/
-#define CRYPTO_BUG 1
+#define CRYPTO_BUG 0
#if CRYPTO_BUG
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: disable crypto bug workaround,
gnunet <=