[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)
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

Simple merge