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

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

#
#
# patch "include/certstor.h"
#  from [f76ddb23c18ad7da273da838831ce1b4f9e99e1f]
#    to [4f44d45129289f39e37c3dff1c2397d585c77656]
#
============================================================
--- include/certstor.h	f76ddb23c18ad7da273da838831ce1b4f9e99e1f
+++ include/certstor.h	4f44d45129289f39e37c3dff1c2397d585c77656
@@ -1,6 +1,6 @@
 /*************************************************
 * Certificate Store Header File                  *
-* (C) 1999-2006 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_CERT_STORE_H__
@@ -14,7 +14,7 @@ namespace Botan {
 /*************************************************
 * Certificate Store Interface                    *
 *************************************************/
-class Certificate_Store
+class BOTAN_DLL Certificate_Store
    {
    public:
       virtual std::vector<X509_Certificate>