diff options
Diffstat (limited to 'include/eng_def.h')
-rw-r--r-- | include/eng_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/eng_def.h b/include/eng_def.h index bfc57941f..95f1fc0f7 100644 --- a/include/eng_def.h +++ b/include/eng_def.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * Default Engine * *************************************************/ -class Default_Engine : public Engine +class BOTAN_DLL Default_Engine : public Engine { public: IF_Operation* if_op(const BigInt&, const BigInt&, const BigInt&, |