projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f9859
)
The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,
author
Richard Levitte
<levitte@openssl.org>
Sat, 16 Feb 2002 12:03:25 +0000
(12:03 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 16 Feb 2002 12:03:25 +0000
(12:03 +0000)
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
patch
|
blob
|
history
diff --git
a/crypto/ecdsa/ecs_asn1.c
b/crypto/ecdsa/ecs_asn1.c
index fe2ed62d118d71ef7eab83d50518a3e8b60fb2b3..b3bdd4e5fbe9902d7ccce644519569d5c31c385c 100644
(file)
--- a/
crypto/ecdsa/ecs_asn1.c
+++ b/
crypto/ecdsa/ecs_asn1.c
@@
-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),