From 643df89a37dd0f8d9c090825166231db4fdaa55c Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 9 Oct 2008 14:40:38 +0000 Subject: Add BOTAN_DLL macro to public class definitions that were missing it. --- src/pubkey/ec_dompar/ec_dompar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pubkey/ec_dompar/ec_dompar.h') diff --git a/src/pubkey/ec_dompar/ec_dompar.h b/src/pubkey/ec_dompar/ec_dompar.h index 8f9cc77d9..1fd5ceae0 100644 --- a/src/pubkey/ec_dompar/ec_dompar.h +++ b/src/pubkey/ec_dompar/ec_dompar.h @@ -20,7 +20,7 @@ namespace Botan { /** * This class represents elliptic curce domain parameters */ -class EC_Domain_Params +class BOTAN_DLL EC_Domain_Params { public: -- cgit v1.2.3