提交 03f880e4 编写于 作者: R Richard Levitte

The typedef ECPARAMETERS is already defined, don't define it anew

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 ffbc5b57
......@@ -172,14 +172,14 @@ typedef struct x9_62_curve_st {
ASN1_BIT_STRING *seed;
} X9_62_CURVE;
typedef struct ec_parameters_st {
struct ec_parameters_st {
long version;
X9_62_FIELDID *fieldID;
X9_62_CURVE *curve;
ASN1_OCTET_STRING *base;
ASN1_INTEGER *order;
ASN1_INTEGER *cofactor;
} ECPARAMETERS;
} /* ECPARAMETERS */ ;
struct ecpk_parameters_st {
int type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册