Commit e072aa53 authored by Richard Levitte's avatar Richard Levitte
Browse files

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).
parent 48f9859d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),