From 4f88a2a8cb4f04410d8816ff0f1daf9fdc462052 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 2 Oct 2007 00:21:52 +0000 Subject: 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 --- iterhash.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'iterhash.h') diff --git a/iterhash.h b/iterhash.h index 01c219e..d7d2f6e 100644 --- a/iterhash.h +++ b/iterhash.h @@ -93,14 +93,6 @@ protected: FixedSizeSecBlock m_state; }; -NAMESPACE_END - -#ifdef CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES -#include "iterhash.cpp" -#endif - -NAMESPACE_BEGIN(CryptoPP) - #ifdef WORD64_AVAILABLE CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase; CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase; -- cgit v1.2.1