aboutsummaryrefslogtreecommitdiffstats
path: root/include/pk_algs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pk_algs.h')
-rw-r--r--include/pk_algs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pk_algs.h b/include/pk_algs.h
index 89bdfa582..a8fa5f176 100644
--- a/include/pk_algs.h
+++ b/include/pk_algs.h
@@ -14,8 +14,8 @@ namespace Botan {
/*************************************************
* Get an PK key object *
*************************************************/
-Public_Key* get_public_key(const std::string&);
-Private_Key* get_private_key(const std::string&);
+BOTAN_DLL Public_Key* get_public_key(const std::string&);
+BOTAN_DLL Private_Key* get_private_key(const std::string&);
}