Yes, yes, we know that you'll compile, shhhhhhh

This commit is contained in:
Steve Checkoway
2004-05-25 10:49:41 +00:00
parent 115b218566
commit c098139d40
5 changed files with 18 additions and 14 deletions
+6 -7
View File
@@ -11,13 +11,12 @@
NAMESPACE_BEGIN(CryptoPP)
CRYPTOPP_COMPILE_ASSERT(sizeof(byte) == 1);
CRYPTOPP_COMPILE_ASSERT(sizeof(word16) == 2);
CRYPTOPP_COMPILE_ASSERT(sizeof(word32) == 4);
#ifdef WORD64_AVAILABLE
CRYPTOPP_COMPILE_ASSERT(sizeof(word64) == 8);
#endif
CRYPTOPP_COMPILE_ASSERT(sizeof(dword) == 2*sizeof(word));
//CRYPTOPP_COMPILE_ASSERT(sizeof(byte) == 1);
//CRYPTOPP_COMPILE_ASSERT(sizeof(word32) == 4);
//#ifdef WORD64_AVAILABLE
//CRYPTOPP_COMPILE_ASSERT(sizeof(word64) == 8);
//#endif
//CRYPTOPP_COMPILE_ASSERT(sizeof(dword) == 2*sizeof(word));
const std::string BufferedTransformation::NULL_CHANNEL;
const NullNameValuePairs g_nullNameValuePairs;