From: Herbert Xu Date: Sat, 20 May 2006 22:45:26 +0000 (+1000) Subject: [CRYPTO] api: Removed const from cra_name/cra_driver_name X-Git-Tag: v2.6.18-rc1~603^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d913ea0d6b6a48dd6eed8fc5e299b8b10e049186;p=pandora-kernel.git [CRYPTO] api: Removed const from cra_name/cra_driver_name We do need to change these names now and even more so in future with instantiated algorithms. So let's stop lying to the compiler and get rid of the const modifiers. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed