[CRYPTO] authenc: Move initialisations up to shut up gcc
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 11 Oct 2007 08:45:17 +0000 (16:45 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 23 Nov 2007 11:32:09 +0000 (19:32 +0800)
commitf347c4facfee3d11eb9cd1c070ab471a8fb7401e
treec2df0e75fe45a0c4d31a30d7eb5c20cf363cab0e
parent2ffbb8377c7a0713baf6644e285adc27a5654582
[CRYPTO] authenc: Move initialisations up to shut up gcc

It seems that newer versions of gcc have regressed in their abilities to
analyse initialisations.  This patch moves the initialisations up to avoid
the warnings.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/authenc.c