diff options
Diffstat (limited to 'include/x509_crl.h')
-rw-r--r-- | include/x509_crl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x509_crl.h b/include/x509_crl.h index 2b1f6d14d..f7623b940 100644 --- a/include/x509_crl.h +++ b/include/x509_crl.h @@ -15,7 +15,7 @@ namespace Botan { /************************************************* * X.509 CRL * *************************************************/ -class X509_CRL : public X509_Object +class BOTAN_DLL X509_CRL : public X509_Object { public: struct X509_CRL_Error : public Exception |