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/math/gfpmath/curve_gfp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/gfpmath/curve_gfp.h') diff --git a/src/math/gfpmath/curve_gfp.h b/src/math/gfpmath/curve_gfp.h index 3981faf16..a0530aa01 100644 --- a/src/math/gfpmath/curve_gfp.h +++ b/src/math/gfpmath/curve_gfp.h @@ -21,7 +21,7 @@ namespace Botan { /** * This class represents an elliptic curve over GF(p) */ -class CurveGFp +class BOTAN_DLL CurveGFp { public: -- cgit v1.2.3