projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438a57d
)
disable crypto bug workaround
author
Christian Grothoff
<christian@grothoff.org>
Sat, 19 May 2018 18:31:10 +0000
(20:31 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 19 May 2018 18:31:10 +0000
(20:31 +0200)
src/util/crypto_bug.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_bug.c
b/src/util/crypto_bug.c
index c25e79c63e462d0817d806237b04781680cecf9d..1c3e9225ebb0efdf18122b88c12cbd9fe3e5f010 100644
(file)
--- 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