The unified diff between revisions [5ac60dc5..] and [439c12c5..] 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 [d69d7e37c0dd9feb3106f5f714851579ce2dadfc]
#    to [4e32fba357c2b62e83e5316f47fc4d5c587a82b5]
#
============================================================
--- include/cmac.h	d69d7e37c0dd9feb3106f5f714851579ce2dadfc
+++ include/cmac.h	4e32fba357c2b62e83e5316f47fc4d5c587a82b5
@@ -1,6 +1,6 @@
 /*************************************************
 * CMAC Header File                               *
-* (C) 1999-2007 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();