summaryrefslogtreecommitdiff
path: root/rdrand.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-03-07 04:39:08 -0500
committerJeffrey Walton <noloader@gmail.com>2017-03-07 04:39:08 -0500
commit585b23d7b10a78eb5f04a713a978a091c848ae63 (patch)
tree740852727ff29e54b4b74d841976161964de9044 /rdrand.h
parent14d92f9eba81191e3537ac14ff21d84ef7405e9c (diff)
downloadcryptopp-git-585b23d7b10a78eb5f04a713a978a091c848ae63.tar.gz
Removed test define from rdrand.cpp
The library should use the intrinsics if they are available. This change should have been included with Commit 14d92f9eba81191e.
Diffstat (limited to 'rdrand.h')
-rw-r--r--rdrand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rdrand.h b/rdrand.h
index 10369b1c..8fdaa148 100644
--- a/rdrand.h
+++ b/rdrand.h
@@ -128,9 +128,6 @@ public:
// Override to avoid the base class' throw.
CRYPTOPP_UNUSED(input); CRYPTOPP_UNUSED(length);
}
-
-private:
- unsigned int m_retries;
};
NAMESPACE_END