aboutsummaryrefslogtreecommitdiff
path: root/csprng.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-17 16:58:06 -0400
committerRob Austein <sra@hactrn.net>2015-06-17 16:58:06 -0400
commit35733aaf5f384f26a3a736f2ab54f638646bc086 (patch)
treea4c0681bb224896724e424de2b4a2799834579a6 /csprng.c
parentab5a8760becf4711afa68221a5610e5572686f1f (diff)
Debug RSA key generation.
Diffstat (limited to 'csprng.c')
-rw-r--r--csprng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csprng.c b/csprng.c
index 198534c..b5bf887 100644
--- a/csprng.c
+++ b/csprng.c
@@ -40,7 +40,7 @@
#include "cryptech.h"
#ifndef WAIT_FOR_CSPRNG_VALID
-#define WAIT_FOR_CSPRNG_VALID 1
+#define WAIT_FOR_CSPRNG_VALID 0
#endif
hal_error_t hal_get_random(void *buffer, const size_t length)