The unified diff between revisions [92f17752..] and [965528e6..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/cmac.h'

#
#
# patch "include/cmac.h"
#  from [f6904e230e696e528b8c5be43f906c5dcb2425f8]
#    to [4e32fba357c2b62e83e5316f47fc4d5c587a82b5]
#
============================================================
--- include/cmac.h	f6904e230e696e528b8c5be43f906c5dcb2425f8
+++ include/cmac.h	4e32fba357c2b62e83e5316f47fc4d5c587a82b5
@@ -1,6 +1,6 @@
 /*************************************************
 * CMAC Header File                               *
-* (C) 1999-2006 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_CMAC_H__
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * CMAC                                           *
 *************************************************/
-class CMAC : public MessageAuthenticationCode
+class BOTAN_DLL CMAC : public MessageAuthenticationCode
    {
    public:
       void clear() throw();