From f347c4facfee3d11eb9cd1c070ab471a8fb7401e Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Thu, 11 Oct 2007 16:45:17 +0800 Subject: [PATCH] [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 --- Reading git-format-patch failed