summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
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