From 4e37f436f4425ce1c428f93bedd81bfdc4dc23f7 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 5 Sep 2005 21:43:43 +0000 Subject: port to GCC 4 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@211 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- dll.cpp | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'dll.cpp') diff --git a/dll.cpp b/dll.cpp index 22003c3..0c7497d 100644 --- a/dll.cpp +++ b/dll.cpp @@ -6,37 +6,14 @@ #include "dll.h" #pragma warning(default: 4660) -#ifdef CRYPTOPP_WIN32_AVAILABLE +#if defined(CRYPTOPP_EXPORTS) && defined(CRYPTOPP_WIN32_AVAILABLE) #include #endif -#include "iterhash.cpp" -#include "strciphr.cpp" -#include "algebra.cpp" -#include "eprecomp.cpp" -#include "eccrypto.cpp" - #ifndef CRYPTOPP_IMPORTS NAMESPACE_BEGIN(CryptoPP) -#ifdef __MWERKS__ -// CodeWarrior 8 workaround: explicit instantiations have to appear after member function definitions -CRYPTOPP_DLL_TEMPLATE_CLASS DL_GroupParameters_EC; -CRYPTOPP_DLL_TEMPLATE_CLASS DL_GroupParameters_EC; -CRYPTOPP_DLL_TEMPLATE_CLASS DL_FixedBasePrecomputationImpl; -CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase; -CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase; -CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase; -CRYPTOPP_DLL_TEMPLATE_CLASS CFB_CipherTemplate >; -CRYPTOPP_DLL_TEMPLATE_CLASS CFB_EncryptionTemplate >; -CRYPTOPP_DLL_TEMPLATE_CLASS CFB_DecryptionTemplate >; -CRYPTOPP_DLL_TEMPLATE_CLASS AdditiveCipherTemplate<>; -CRYPTOPP_DLL_TEMPLATE_CLASS AdditiveCipherTemplate >; -CRYPTOPP_DLL_TEMPLATE_CLASS AdditiveCipherTemplate >; -CRYPTOPP_DLL_TEMPLATE_CLASS AbstractEuclideanDomain; -#endif - template<> const byte PKCS_DigestDecoration::decoration[] = {0x30,0x21,0x30,0x09,0x06,0x05,0x2B,0x0E,0x03,0x02,0x1A,0x05,0x00,0x04,0x14}; template<> const unsigned int PKCS_DigestDecoration::length = sizeof(PKCS_DigestDecoration::decoration); -- cgit v1.2.1