summaryrefslogtreecommitdiff
path: root/strciphr.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2004-06-19 12:10:28 +0000
committerweidai <weidai11@users.noreply.github.com>2004-06-19 12:10:28 +0000
commit319016f6b70944bdf16bdc9011d5c7176512d0da (patch)
tree397fdda323107a0898353ba459eec4459fdd500f /strciphr.h
parent9eab2390bcb3ee7dbfa4d25812fc9d42d341464f (diff)
downloadcryptopp-git-319016f6b70944bdf16bdc9011d5c7176512d0da.tar.gz
instantiate more templates for Darwin
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 944ac09b..4cc4f15e 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>