aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_base
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-08-19 14:31:17 +0000
committerlloyd <[email protected]>2013-08-19 14:31:17 +0000
commit394033c9fe998dc6a64162414bbc2b705f1ec901 (patch)
tree0c5f8331cde1296a2c266800cbc5c594d128098d /src/algo_base
parent178fe54130c3582e5a292bac063f53a77dc4c4df (diff)
Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exports
Diffstat (limited to 'src/algo_base')
-rw-r--r--src/algo_base/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algo_base/transform.h b/src/algo_base/transform.h
index 672b39ed0..8c5dd82ed 100644
--- a/src/algo_base/transform.h
+++ b/src/algo_base/transform.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* Interface for general transformations on data
*/
-class Transformation : public SymmetricAlgorithm
+class BOTAN_DLL Transformation : public SymmetricAlgorithm
{
public:
/**