Remove brace from bad cherry-pick of DSA reallocation fix
authorRod Vagg <rod@vagg.org>
Mon, 29 Oct 2018 09:43:53 +0000 (20:43 +1100)
committerRod Vagg <rod@vagg.org>
Tue, 30 Oct 2018 02:52:55 +0000 (13:52 +1100)
commit003f1bfd185267cc67ac9dc521a27d7a2af0d0ee
tree5c94925af43c54535dd962e426897896eaaf4bee
parent56fb454d281a023b3f950d969693553d3f3ceea1
Remove brace from bad cherry-pick of DSA reallocation fix

Commit 56fb454 backported the DSA reallocation fix to 1.1.0, however a
code block that has multiple statements in 1.1.1+ only has a `goto` in
1.1.0 so introduces a brace that causes a compile failure.

CLA:trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7516)
crypto/ec/ec_mult.c