summaryrefslogtreecommitdiff
path: root/iterhash.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-10-02 00:21:52 +0000
committerweidai <weidai11@users.noreply.github.com>2007-10-02 00:21:52 +0000
commita81ba0ebd95f22dd58d5ab7b9527090ee14f82f8 (patch)
tree1b073471381e954e7db43d60448a3713dfbe22d4 /iterhash.cpp
parent834f1610cf66c57b21923b898494e5df502cd407 (diff)
downloadcryptopp-git-a81ba0ebd95f22dd58d5ab7b9527090ee14f82f8.tar.gz
reduce executable size when only hash functions are used
Diffstat (limited to 'iterhash.cpp')
-rw-r--r--iterhash.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/iterhash.cpp b/iterhash.cpp
index 73bbf980..273e0340 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 <class T, class BASE> void IteratedHashBase<T, BASE>::TruncatedFinal(by
}
NAMESPACE_END
-
-#endif