diff options
Diffstat (limited to 'src/math/gfpmath/point_gfp.h')
-rw-r--r-- | src/math/gfpmath/point_gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/point_gfp.h b/src/math/gfpmath/point_gfp.h index 6118f00d5..4ecc3e936 100644 --- a/src/math/gfpmath/point_gfp.h +++ b/src/math/gfpmath/point_gfp.h @@ -26,7 +26,7 @@ struct Illegal_Point : public Exception /** * This class represents one point on a curve of GF(p). */ -class PointGFp +class BOTAN_DLL PointGFp { public: /** |