提交 6bcd3f90 编写于 作者: G Geoff Thorpe

Comments out some unimplemented functions instead of redeclaring them.

上级 40f935f5
...@@ -119,7 +119,8 @@ int ec_GFp_recp_group_init(EC_GROUP *group) ...@@ -119,7 +119,8 @@ int ec_GFp_recp_group_init(EC_GROUP *group)
return ok; return ok;
} }
/* Avoid "redundant redeclaration" warnings */
#if 0
int ec_GFp_recp_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); int ec_GFp_recp_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/* TODO */ /* TODO */
...@@ -142,3 +143,4 @@ int ec_GFp_recp_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, con ...@@ -142,3 +143,4 @@ int ec_GFp_recp_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, con
int ec_GFp_recp_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx); int ec_GFp_recp_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
/* TODO */ /* TODO */
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册