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.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'iterhash.cpp') diff --git a/iterhash.cpp b/iterhash.cpp index 73bbf98..273e034 100644 --- a/iterhash.cpp +++ b/iterhash.cpp @@ -1,9 +1,6 @@ // iterhash.cpp - written and placed in the public domain by Wei Dai -#include "pch.h" - -// prevent Sun's CC compiler from including this file automatically -#if !defined(__SUNPRO_CC) || defined(CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES) +#define CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES #include "iterhash.h" #include "misc.h" @@ -146,5 +143,3 @@ template void IteratedHashBase::TruncatedFinal(by } NAMESPACE_END - -#endif -- cgit v1.2.1