Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need to

be "#if 0"'d, or they will (re)appear as existing functions in
util/libeay.num.
This commit is contained in:
Richard Levitte 2001-03-21 12:34:34 +00:00
parent e8b12f7a6f
commit 8a2908a24a

View File

@ -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 *);