The unified diff between revisions [5ac60dc5..] 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 [98d85d143337d3bceef3f19eab26d7a64ce958b0]
# to [4f44d45129289f39e37c3dff1c2397d585c77656]
#
============================================================
--- include/certstor.h 98d85d143337d3bceef3f19eab26d7a64ce958b0
+++ include/certstor.h 4f44d45129289f39e37c3dff1c2397d585c77656
@@ -1,6 +1,6 @@
/*************************************************
* Certificate Store Header File *
-* (C) 1999-2007 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>