From 572fe07633123ce38abf28c6426356e37aef3a99 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 Jul 2003 00:17:37 +0000 Subject: create DLL version, fix GetNextIV() bug in CTR and OFB modes git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- mqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mqueue.h') diff --git a/mqueue.h b/mqueue.h index edc701a..6d7d04b 100644 --- a/mqueue.h +++ b/mqueue.h @@ -8,7 +8,7 @@ NAMESPACE_BEGIN(CryptoPP) //! Message Queue -class MessageQueue : public AutoSignaling +class CRYPTOPP_DLL MessageQueue : public AutoSignaling { public: MessageQueue(unsigned int nodeSize=256); @@ -62,7 +62,7 @@ private: //! A filter that checks messages on two channels for equality -class EqualityComparisonFilter : public Unflushable > +class CRYPTOPP_DLL EqualityComparisonFilter : public Unflushable > { public: struct MismatchDetected : public Exception {MismatchDetected() : Exception(DATA_INTEGRITY_CHECK_FAILED, "EqualityComparisonFilter: did not receive the same data on two channels") {}}; -- cgit v1.2.1