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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iterhash.h') diff --git a/iterhash.h b/iterhash.h index 0911fee..5adecd3 100644 --- a/iterhash.h +++ b/iterhash.h @@ -41,12 +41,12 @@ private: }; #ifdef WORD64_AVAILABLE -CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase; -CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase; +CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase; +CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase; #endif CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase; -CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase; +CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase; //! . template -- cgit v1.2.1