summaryrefslogtreecommitdiff
path: root/validat1.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-03-28 13:06:16 -0400
committerJeffrey Walton <noloader@gmail.com>2018-03-28 13:06:16 -0400
commit8c5abe604a6a9ed605c1930bdc4c73f0cce3dba0 (patch)
tree1c3d16d494cebf43c002473c07a0da34d492c121 /validat1.cpp
parent69915e1755fd596c8c83db94c9213cd1e8799c33 (diff)
downloadcryptopp-git-8c5abe604a6a9ed605c1930bdc4c73f0cce3dba0.tar.gz
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.
Diffstat (limited to 'validat1.cpp')
-rw-r--r--validat1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/validat1.cpp b/validat1.cpp
index bd32fb2f..f4f30de8 100644
--- a/validat1.cpp
+++ b/validat1.cpp
@@ -58,8 +58,6 @@
#include <iostream>
#include <iomanip>
-#undef BLOCKING_RNG_AVAILABLE
-
#include "validate.h"
// Aggressive stack checking with VS2005 SP1 and above.