From 8c5abe604a6a9ed605c1930bdc4c73f0cce3dba0 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 28 Mar 2018 13:06:16 -0400 Subject: Remove '#undef BLOCKING_RNG_AVAILABLE' from validate.cpp This was for testing on low-resource ARM dev-boards. It accidentally cross-pollinated into other systems. --- validat1.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'validat1.cpp') diff --git a/validat1.cpp b/validat1.cpp index bd32fb2f..f4f30de8 100644 --- a/validat1.cpp +++ b/validat1.cpp @@ -58,8 +58,6 @@ #include #include -#undef BLOCKING_RNG_AVAILABLE - #include "validate.h" // Aggressive stack checking with VS2005 SP1 and above. -- cgit v1.2.1