Skip to content

Commit

Permalink
Fix EC_Mul2Table_Data_BN deprecation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Aug 7, 2024
1 parent 3cf8180 commit b415a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/pubkey/ec_group/ec_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class BOTAN_PUBLIC_API(2, 0) EC_Point final {
#if defined(BOTAN_DISABLE_DEPRECATED_FEATURES)

private:
friend class EC_Mul2Table_Data_BN;
#endif

/**
Expand Down

0 comments on commit b415a68

Please sign in to comment.