aboutsummaryrefslogtreecommitdiffstats
path: root/include/nr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nr.h')
-rw-r--r--include/nr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nr.h b/include/nr.h
index bdf664594..ef46db0b0 100644
--- a/include/nr.h
+++ b/include/nr.h
@@ -14,7 +14,7 @@ namespace Botan {
/*************************************************
* Nyberg-Rueppel Public Key *
*************************************************/
-class NR_PublicKey : public PK_Verifying_with_MR_Key,
+class BOTAN_DLL NR_PublicKey : public PK_Verifying_with_MR_Key,
public virtual DL_Scheme_PublicKey
{
public:
@@ -38,7 +38,7 @@ class NR_PublicKey : public PK_Verifying_with_MR_Key,
/*************************************************
* Nyberg-Rueppel Private Key *
*************************************************/
-class NR_PrivateKey : public NR_PublicKey,
+class BOTAN_DLL NR_PrivateKey : public NR_PublicKey,
public PK_Signing_Key,
public virtual DL_Scheme_PrivateKey
{