The unified diff between revisions [92f17752..] and [48b49b84..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/pbe_pkcs.h'

#
#
# patch "include/pbe_pkcs.h"
#  from [13c9b42c84107045259fe22f8723b2a7ec81da85]
#    to [c926118676c621edd61e938a2bd3accfbcdac059]
#
============================================================
--- include/pbe_pkcs.h	13c9b42c84107045259fe22f8723b2a7ec81da85
+++ include/pbe_pkcs.h	c926118676c621edd61e938a2bd3accfbcdac059
@@ -1,6 +1,6 @@
 /*************************************************
 * PKCS PBE Header File                           *
-* (C) 1999-2006 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_PBE_PKCS_H__
@@ -8,13 +8,14 @@

 #include <botan/pbe.h>
 #include <botan/pipe.h>
+#include <botan/enums.h>

 namespace Botan {

 /*************************************************
 * PKCS#5 v1.5 PBE                                *
 *************************************************/
-class PBE_PKCS5v15 : public PBE
+class BOTAN_DLL PBE_PKCS5v15 : public PBE
    {
    public:
       void write(const byte[], u32bit);
@@ -38,7 +39,7 @@ class PBE_PKCS5v15 : public PBE
 /*************************************************
 * PKCS#5 v2.0 PBE                                *
 *************************************************/
-class PBE_PKCS5v20 : public PBE
+class BOTAN_DLL PBE_PKCS5v20 : public PBE
    {
    public:
       void write(const byte[], u32bit);