summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-10 17:34:55 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-10 17:34:55 -0400
commit1836a7feb4bf695f62efdfc879db770e7f0d7543 (patch)
treeab67db8506d9da4adef0a63f7490ff69628c3ec7 /test.cpp
parent004d213e293737098865f00e8ce9c5cbd1a7dbb6 (diff)
downloadcryptopp-git-1836a7feb4bf695f62efdfc879db770e7f0d7543.tar.gz
Cleanup datatest.cpp
Switch to non-blocking rngs for Linux and Windows
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test.cpp b/test.cpp
index 654b4256..94aba161 100644
--- a/test.cpp
+++ b/test.cpp
@@ -125,11 +125,7 @@ ANONYMOUS_NAMESPACE_BEGIN
#if (CRYPTOPP_USE_AES_GENERATOR)
OFB_Mode<AES>::Encryption s_globalRNG;
#else
-# if defined(CRYPTOPP_WIN32_AVAILABLE)
NonblockingRng s_globalRNG;
-# else
-BlockingRng s_globalRNG;
-# endif
#endif
NAMESPACE_END