aboutsummaryrefslogtreecommitdiffstats
path: root/include/keypair.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keypair.h')
-rw-r--r--include/keypair.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/keypair.h b/include/keypair.h
index 77b75b67f..0bd8f51bf 100644
--- a/include/keypair.h
+++ b/include/keypair.h
@@ -15,8 +15,8 @@ namespace KeyPair {
/*************************************************
* Check key pair consistency *
*************************************************/
-void check_key(PK_Encryptor*, PK_Decryptor*);
-void check_key(PK_Signer*, PK_Verifier*);
+BOTAN_DLL void check_key(PK_Encryptor*, PK_Decryptor*);
+BOTAN_DLL void check_key(PK_Signer*, PK_Verifier*);
}