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: