From 35733aaf5f384f26a3a736f2ab54f638646bc086 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 17 Jun 2015 16:58:06 -0400 Subject: Debug RSA key generation. --- csprng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csprng.c') 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) -- cgit v1.2.3