diff options
Diffstat (limited to 'src/pubkey/eckaeg/eckaeg.h')
-rw-r--r-- | src/pubkey/eckaeg/eckaeg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pubkey/eckaeg/eckaeg.h b/src/pubkey/eckaeg/eckaeg.h index b7cc10df9..476ee6e70 100644 --- a/src/pubkey/eckaeg/eckaeg.h +++ b/src/pubkey/eckaeg/eckaeg.h @@ -16,7 +16,7 @@ namespace Botan { /** * This class represents ECKAEG Public Keys. */ -class ECKAEG_PublicKey : public virtual EC_PublicKey +class BOTAN_DLL ECKAEG_PublicKey : public virtual EC_PublicKey { public: @@ -74,9 +74,9 @@ class ECKAEG_PublicKey : public virtual EC_PublicKey /** * This class represents ECKAEG Private Keys. */ -class ECKAEG_PrivateKey : public ECKAEG_PublicKey, - public EC_PrivateKey, - public PK_Key_Agreement_Key +class BOTAN_DLL ECKAEG_PrivateKey : public ECKAEG_PublicKey, + public EC_PrivateKey, + public PK_Key_Agreement_Key { public: |