From 443398ff862b10dde571782ff8a1a068ad95e159 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 19 Jun 2004 12:10:28 +0000 Subject: instantiate more templates for Darwin git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@174 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- strciphr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'strciphr.h') diff --git a/strciphr.h b/strciphr.h index 944ac09..4cc4f15 100644 --- a/strciphr.h +++ b/strciphr.h @@ -258,12 +258,10 @@ public: unsigned int MandatoryBlockSize() const {return this->OptimalBlockSize();} }; -/* -CRYPTOPP_DLL_TEMPLATE_CLASS AbstractPolicyHolder; +// for Darwin CRYPTOPP_DLL_TEMPLATE_CLASS CFB_CipherTemplate >; CRYPTOPP_DLL_TEMPLATE_CLASS CFB_EncryptionTemplate<>; CRYPTOPP_DLL_TEMPLATE_CLASS CFB_DecryptionTemplate<>; -*/ template class SymmetricCipherFinal : public AlgorithmImpl, INFO> -- cgit v1.2.1