mirror of
https://github.com/openssl/openssl.git
synced 2024-12-22 00:13:57 +08:00
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
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user