The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,
authorRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:03:25 +0000 (12:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:03:25 +0000 (12:03 +0000)
commite072aa535d9d48855d927dd5fa123e9687866cde
treeb69ed4dbad42f427cab69275c1f000e5d1b53d6d
parent48f9859d2a8f1aea691de14f340def92bfc1defc
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).
crypto/ecdsa/ecs_asn1.c