summaryrefslogtreecommitdiff
path: root/shake.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-08-27 14:44:27 -0400
committerJeffrey Walton <noloader@gmail.com>2019-08-27 14:44:27 -0400
commit033f204a869972d26b0c2e32b732d8e2834dbfaf (patch)
treed6360d3bbac24f76553fff8e683d9c50ed4e2749 /shake.h
parentb067d16e8886109df5a6abdd153c3dfd8eebbf7e (diff)
downloadcryptopp-git-033f204a869972d26b0c2e32b732d8e2834dbfaf.tar.gz
Fix .Net 2002 compile
This testing occurs on Windows XP. We are still rockin it
Diffstat (limited to 'shake.h')
-rw-r--r--shake.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shake.h b/shake.h
index 37cb8274..8c4a0092 100644
--- a/shake.h
+++ b/shake.h
@@ -93,8 +93,6 @@ private:
#if !defined(__BORLANDC__)
// ensure there was no underflow in the math
CRYPTOPP_COMPILE_ASSERT(BLOCKSIZE < 200);
- // this is a general expectation by HMAC
- CRYPTOPP_COMPILE_ASSERT((int)BLOCKSIZE > (int)DIGESTSIZE);
#endif
};