The unified diff between revisions [92f17752..] 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 [296b45b8f600d94a9fc559c53ba894cd295e0eaa]
# to [dde8b94457fefaf91016cd617dc7590c3bbf9529]
#
============================================================
--- include/blinding.h 296b45b8f600d94a9fc559c53ba894cd295e0eaa
+++ include/blinding.h dde8b94457fefaf91016cd617dc7590c3bbf9529
@@ -1,6 +1,6 @@
/*************************************************
* Blinder Header File *
-* (C) 1999-2006 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;