disable crypto bug workaround
authorChristian Grothoff <christian@grothoff.org>
Sat, 19 May 2018 18:31:10 +0000 (20:31 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 19 May 2018 18:31:10 +0000 (20:31 +0200)
src/util/crypto_bug.c

index c25e79c63e462d0817d806237b04781680cecf9d..1c3e9225ebb0efdf18122b88c12cbd9fe3e5f010 100644 (file)
@@ -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