summaryrefslogtreecommitdiff
path: root/rdrand.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-12-31 04:50:20 -0500
committerJeffrey Walton <noloader@gmail.com>2015-12-31 04:50:20 -0500
commitf9d2082e9794f4af5654b2ed1463ce582cf12b51 (patch)
treeeeeb9ec5d579f6bf3fef6f325cd18c2b898c3348 /rdrand.h
parent4f57c8f303fe97194e2e06d799d4201cd4f97897 (diff)
downloadcryptopp-git-f9d2082e9794f4af5654b2ed1463ce582cf12b51.tar.gz
Removed assert from debug build
Diffstat (limited to 'rdrand.h')
-rw-r--r--rdrand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdrand.h b/rdrand.h
index e63eab49..2e613618 100644
--- a/rdrand.h
+++ b/rdrand.h
@@ -97,7 +97,7 @@ public:
{
// Override to avoid the base class' throw.
CRYPTOPP_UNUSED(input); CRYPTOPP_UNUSED(length);
- assert(0); // warn in debug builds
+ // assert(0); // warn in debug builds
}
private:
@@ -179,7 +179,7 @@ public:
{
// Override to avoid the base class' throw.
CRYPTOPP_UNUSED(input); CRYPTOPP_UNUSED(length);
- assert(0); // warn in debug builds
+ // assert(0); // warn in debug builds
}
private: