diff options
Diffstat (limited to 'include/x509stat.h')
-rw-r--r-- | include/x509stat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/x509stat.h b/include/x509stat.h index 4f734941f..6ed7c2a08 100644 --- a/include/x509stat.h +++ b/include/x509stat.h @@ -10,7 +10,7 @@ namespace Botan { /************************************************* * Prototype for a Certificate Extension * *************************************************/ -class Extension_Prototype +class BOTAN_DLL Extension_Prototype { public: virtual class Certificate_Extension* make(const OID&) = 0; @@ -20,7 +20,7 @@ class Extension_Prototype /************************************************* * X.509 Global State * *************************************************/ -class X509_GlobalState +class BOTAN_DLL X509_GlobalState { public: void add(Extension_Prototype*); |