From 5fa8124f5156963e798f5cffa812cb9910e4e8de Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 10 Jul 2003 04:34:23 +0000 Subject: merge in 5.0.4 changes (exclude DES and SHA-2 from DLL), attempt (failed) to build DLL with GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@90 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- iterhash.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'iterhash.cpp') diff --git a/iterhash.cpp b/iterhash.cpp index 7e1187f..33dc924 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" - -#ifndef CRYPTOPP_IMPORTS - #include "iterhash.h" #include "misc.h" @@ -108,5 +105,3 @@ template void IteratedHashBase::Restart() } NAMESPACE_END - -#endif -- cgit v1.2.1