提交 8a2908a2 编写于 作者: R Richard Levitte

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.
上级 e8b12f7a
......@@ -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 *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册