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/cbc_mac.h'
#
#
# patch "include/cbc_mac.h"
# from [0e97c1d1ff160caff0e75b3b20ff6d6c089c236a]
# to [d27531534d83b3bb9b20177c27a03cc96acd858d]
#
============================================================
--- include/cbc_mac.h 0e97c1d1ff160caff0e75b3b20ff6d6c089c236a
+++ include/cbc_mac.h d27531534d83b3bb9b20177c27a03cc96acd858d
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* CBC-MAC *
*************************************************/
-class CBC_MAC : public MessageAuthenticationCode
+class BOTAN_DLL CBC_MAC : public MessageAuthenticationCode
{
public:
void clear() throw();