summaryrefslogtreecommitdiff
path: root/iterhash.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-10-02 00:21:52 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-10-02 00:21:52 +0000
commit4f88a2a8cb4f04410d8816ff0f1daf9fdc462052 (patch)
tree1b073471381e954e7db43d60448a3713dfbe22d4 /iterhash.h
parent64919ba4241c646c7c62cfceda742a2c28195a36 (diff)
downloadcryptopp-4f88a2a8cb4f04410d8816ff0f1daf9fdc462052.tar.gz
reduce executable size when only hash functions are used
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@411 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'iterhash.h')
-rw-r--r--iterhash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/iterhash.h b/iterhash.h
index 01c219e..d7d2f6e 100644
--- a/iterhash.h
+++ b/iterhash.h
@@ -93,14 +93,6 @@ protected:
FixedSizeSecBlock<T_HashWordType, T_BlockSize/sizeof(T_HashWordType)> m_state;
};
-NAMESPACE_END
-
-#ifdef CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES
-#include "iterhash.cpp"
-#endif
-
-NAMESPACE_BEGIN(CryptoPP)
-
#ifdef WORD64_AVAILABLE
CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase<word64, HashTransformation>;
CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase<word64, MessageAuthenticationCode>;