The unified diff between revisions [5ac60dc5..] and [13704fef..] 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 [5ae0964e91119dc16655961306333f7000008883]
#    to [dde8b94457fefaf91016cd617dc7590c3bbf9529]
#
============================================================
--- include/blinding.h	5ae0964e91119dc16655961306333f7000008883
+++ include/blinding.h	dde8b94457fefaf91016cd617dc7590c3bbf9529
@@ -1,6 +1,6 @@
 /*************************************************
 * Blinder Header File                            *
-* (C) 1999-2007 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_BLINDER_H__
@@ -14,7 +14,7 @@ namespace Botan {
 /*************************************************
 * Blinding Function Object                       *
 *************************************************/
-class Blinder
+class BOTAN_DLL Blinder
    {
    public:
       BigInt blind(const BigInt&) const;