diff options
Diffstat (limited to 'include/pgp_s2k.h')
-rw-r--r-- | include/pgp_s2k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pgp_s2k.h b/include/pgp_s2k.h index fdcb6751b..cd263a735 100644 --- a/include/pgp_s2k.h +++ b/include/pgp_s2k.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * OpenPGP S2K * *************************************************/ -class OpenPGP_S2K : public S2K +class BOTAN_DLL OpenPGP_S2K : public S2K { public: std::string name() const; |