提交 e072aa53 编写于 作者: R Richard Levitte

The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,

so do not add one after the expansion, since ANSI C doesn't allow ;;
at this level (or at least, so tells me gcc).
上级 48f9859d
......@@ -119,7 +119,7 @@ ASN1_CHOICE(EC_PARAMETERS) = {
ASN1_SIMPLE(EC_PARAMETERS, value.implicitlyCA, ASN1_NULL)
} ASN1_CHOICE_END(EC_PARAMETERS)
IMPLEMENT_ASN1_FUNCTIONS_const(EC_PARAMETERS);
IMPLEMENT_ASN1_FUNCTIONS_const(EC_PARAMETERS)
ASN1_SEQUENCE(ECDSAPrivateKey) = {
ASN1_SIMPLE(ECDSAPrivateKey, version, LONG),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册