]> granicus.if.org Git - openssl/commit
The #else part of the conditionals have two statements, so they need
authorRichard Levitte <levitte@openssl.org>
Tue, 29 Oct 2002 09:42:59 +0000 (09:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 29 Oct 2002 09:42:59 +0000 (09:42 +0000)
commit62dd6f161a66f65d2c55544ac9a65c4986a74956
treef1c904aecb54ecb1e426f25f279932fc39afdb61
parent6aba658cd89700e06ccdd1beca668a9e1af30c74
The #else part of the conditionals have two statements, so they need
to be surrounded with braces, or the surrounding if..else will fail
miserably in case the #else part is compiled.
crypto/ec/ecp_nist.c