aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 22:18:32 +0000
committerlloyd <[email protected]>2008-11-08 22:18:32 +0000
commitcccd3fafcffa318fa783f857f84b5545028daca2 (patch)
tree83964a079fabcdb4d3f012dbeefaa753387a7298 /src/pubkey
parent9186c2a1e312cfd8d73a921985960078476d6e04 (diff)
Add BOTAN_DLL macro to Default_IF_Op
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/if_algo/if_op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/if_algo/if_op.h b/src/pubkey/if_algo/if_op.h
index c5ef350d2..73f5390cf 100644
--- a/src/pubkey/if_algo/if_op.h
+++ b/src/pubkey/if_algo/if_op.h
@@ -27,7 +27,7 @@ class BOTAN_DLL IF_Operation
/*************************************************
* Default IF Operation *
*************************************************/
-class Default_IF_Op : public IF_Operation
+class BOTAN_DLL Default_IF_Op : public IF_Operation
{
public:
BigInt public_op(const BigInt& i) const