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).
This commit is contained in:
parent
48f9859d2a
commit
e072aa535d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ ASN1_CHOICE(EC_PARAMETERS) = {
|
||||||
ASN1_SIMPLE(EC_PARAMETERS, value.implicitlyCA, ASN1_NULL)
|
ASN1_SIMPLE(EC_PARAMETERS, value.implicitlyCA, ASN1_NULL)
|
||||||
} ASN1_CHOICE_END(EC_PARAMETERS)
|
} ASN1_CHOICE_END(EC_PARAMETERS)
|
||||||
|
|
||||||
IMPLEMENT_ASN1_FUNCTIONS_const(EC_PARAMETERS);
|
IMPLEMENT_ASN1_FUNCTIONS_const(EC_PARAMETERS)
|
||||||
|
|
||||||
ASN1_SEQUENCE(ECDSAPrivateKey) = {
|
ASN1_SEQUENCE(ECDSAPrivateKey) = {
|
||||||
ASN1_SIMPLE(ECDSAPrivateKey, version, LONG),
|
ASN1_SIMPLE(ECDSAPrivateKey, version, LONG),
|
||||||
|
|
Loading…
Reference in a new issue