The unified diff between revisions [229d3942..] and [51f9ee51..] 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 [18c144695270cfa27f065ca94c48f119534c5c83]
# to [4e32fba357c2b62e83e5316f47fc4d5c587a82b5]
#
============================================================
--- include/cmac.h 18c144695270cfa27f065ca94c48f119534c5c83
+++ include/cmac.h 4e32fba357c2b62e83e5316f47fc4d5c587a82b5
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* CMAC *
*************************************************/
-class CMAC : public MessageAuthenticationCode
+class BOTAN_DLL CMAC : public MessageAuthenticationCode
{
public:
void clear() throw();