Skip to content

Commit

Permalink
Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need to
Browse files Browse the repository at this point in the history
be "#if 0"'d, or they will (re)appear as existing functions in
util/libeay.num.
  • Loading branch information
levitte committed Mar 21, 2001
1 parent e8b12f7 commit 8a2908a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/ec/ec.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ typedef struct ec_point_st EC_POINT;
*/
const EC_METHOD *EC_GFp_simple_method(void);
const EC_METHOD *EC_GFp_mont_method(void);
#if 0
const EC_METHOD *EC_GFp_recp_method(void); /* TODO */
const EC_METHOD *EC_GFp_nist_method(void); /* TODO */
#endif


EC_GROUP *EC_GROUP_new(const EC_METHOD *);
Expand Down

0 comments on commit 8a2908a

Please sign in to comment.