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/blinding.h'
#
#
# patch "include/blinding.h"
# from [a21d259830b078b0e8f3ba76c48a66b92247204c]
# to [dde8b94457fefaf91016cd617dc7590c3bbf9529]
#
============================================================
--- include/blinding.h a21d259830b078b0e8f3ba76c48a66b92247204c
+++ include/blinding.h dde8b94457fefaf91016cd617dc7590c3bbf9529
@@ -14,7 +14,7 @@ namespace Botan {
/*************************************************
* Blinding Function Object *
*************************************************/
-class Blinder
+class BOTAN_DLL Blinder
{
public:
BigInt blind(const BigInt&) const;