diff options
author | Jack Lloyd <[email protected]> | 2019-06-14 10:52:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-06-14 10:52:40 -0400 |
commit | ed65dcf5d0f8f0cb4a5ec2c74653d4737aaa7c38 (patch) | |
tree | bce8bf4a35553ac6198f56d6daba1462048157a5 /src/lib/pubkey | |
parent | 1e160e460357d318326733007c7aeb015e333651 (diff) |
Resolve some MSVC warnings
Diffstat (limited to 'src/lib/pubkey')
-rw-r--r-- | src/lib/pubkey/ec_group/point_gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/ec_group/point_gfp.h b/src/lib/pubkey/ec_group/point_gfp.h index aa8a7d7bc..a233c5b94 100644 --- a/src/lib/pubkey/ec_group/point_gfp.h +++ b/src/lib/pubkey/ec_group/point_gfp.h @@ -419,7 +419,7 @@ class PointGFp_Var_Point_Precompute; * Deprecated API for point multiplication * Use EC_Group::blinded_base_point_multiply or EC_Group::blinded_var_point_multiply */ -class BOTAN_PUBLIC_API(2,0) BOTAN_DEPRECATED("See comments") Blinded_Point_Multiply final +class BOTAN_PUBLIC_API(2,0) BOTAN_DEPRECATED("Use alternative APIs") Blinded_Point_Multiply final { public: Blinded_Point_Multiply(const PointGFp& base, const BigInt& order, size_t h = 0); |