Skip to content
Snippets Groups Projects
Commit 94072cb2 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 76450f93
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment