C conformity fixes:
authorBodo Möller <bodo@openssl.org>
Fri, 27 Aug 2010 11:29:09 +0000 (11:29 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 27 Aug 2010 11:29:09 +0000 (11:29 +0000)
commit11a36aa96f055c5d1ea8a762b1f9c1ab22e32425
tree4107bd83d33d03833f142f917b859ade5776e3bf
parent9b0e97ae10b275de4f73f44f43656fd74c683c6d
C conformity fixes:
- Move declarations before statements in all blocks.
- Where 64-bit type is required, use it explicitly (not 1l).
crypto/ec/ecp_nistp224.c