diff options
author | lloyd <[email protected]> | 2008-10-09 14:40:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-09 14:40:38 +0000 |
commit | 643df89a37dd0f8d9c090825166231db4fdaa55c (patch) | |
tree | 886bce3a306c24797986f9e578bc4528acbef59e /src/pubkey/eckaeg/eckaeg_op.h | |
parent | bd2cfef3f4c0b73a2bbe840cc7a3d882a2c4b5bc (diff) |
Add BOTAN_DLL macro to public class definitions that were missing it.
Diffstat (limited to 'src/pubkey/eckaeg/eckaeg_op.h')
-rw-r--r-- | src/pubkey/eckaeg/eckaeg_op.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/eckaeg/eckaeg_op.h b/src/pubkey/eckaeg/eckaeg_op.h index be2ff50f8..94355d46b 100644 --- a/src/pubkey/eckaeg/eckaeg_op.h +++ b/src/pubkey/eckaeg/eckaeg_op.h @@ -25,7 +25,7 @@ class BOTAN_DLL ECKAEG_Operation /************************************************* * Default ECKAEG operation * *************************************************/ -class Default_ECKAEG_Op : public ECKAEG_Operation +class BOTAN_DLL Default_ECKAEG_Op : public ECKAEG_Operation { public: SecureVector<byte> agree(const PointGFp& i) const; |