summaryrefslogtreecommitdiff
path: root/strciphr.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 12:10:28 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 12:10:28 +0000
commit443398ff862b10dde571782ff8a1a068ad95e159 (patch)
tree397fdda323107a0898353ba459eec4459fdd500f /strciphr.h
parent1e190d4e7ad04f9e29ae25b1bfa8952fca8dd99c (diff)
downloadcryptopp-443398ff862b10dde571782ff8a1a068ad95e159.tar.gz
instantiate more templates for Darwin
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@174 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'strciphr.h')
-rw-r--r--strciphr.h4
1 files changed, 1 insertions, 3 deletions
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<CFB_CipherAbstractPolicy, SymmetricCipher>;
+// for Darwin
CRYPTOPP_DLL_TEMPLATE_CLASS CFB_CipherTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, SymmetricCipher> >;
CRYPTOPP_DLL_TEMPLATE_CLASS CFB_EncryptionTemplate<>;
CRYPTOPP_DLL_TEMPLATE_CLASS CFB_DecryptionTemplate<>;
-*/
template <class BASE, class INFO = BASE>
class SymmetricCipherFinal : public AlgorithmImpl<SimpleKeyingInterfaceImpl<BASE, INFO>, INFO>