summaryrefslogtreecommitdiff
path: root/keccak.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 /keccak.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 'keccak.h')
-rw-r--r--keccak.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keccak.h b/keccak.h
index 75410ba7..674ac1fe 100644
--- a/keccak.h
+++ b/keccak.h
@@ -94,8 +94,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
};