From: Herbert Xu Date: Wed, 22 Apr 2015 05:25:56 +0000 (+0800) Subject: crypto: fips - Move fips_enabled sysctl into fips.c X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94072cb20eed369c64364c95bcfa3c012f54f466;p=pandora-kernel.git crypto: fips - Move fips_enabled sysctl into fips.c There is currently a large ifdef FIPS code section in proc.c. Ostensibly it's there because the fips_enabled sysctl sits under /proc/sys/crypto. However, no other crypto sysctls exist. In fact, the whole ethos of the crypto API is against such user interfaces so this patch moves all the FIPS sysctl code over to fips.c. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed