From: Jaswinder Singh Rajput Date: Mon, 23 Nov 2009 12:25:50 +0000 (+0800) Subject: crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPS X-Git-Tag: v2.6.33-rc1~365^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f32bfd834d5d7eb230bcbf39aaacccd2a01d767;p=pandora-kernel.git crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPS fips_cprng_get_random and fips_cprng_reset is used only by CONFIG_CRYPTO_FIPS. This also fixes compilation warnings: crypto/ansi_cprng.c:360: warning: ‘fips_cprng_get_random’ defined but not used crypto/ansi_cprng.c:393: warning: ‘fips_cprng_reset’ defined but not used Signed-off-by: Jaswinder Singh Rajput Acked-by: Neil Horman Signed-off-by: Herbert Xu --- Reading git-diff-tree failed