Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170022
b: refs/heads/master
c: c2a86a6
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman committed Nov 12, 2009
1 parent 2674ff2 commit 6ff6c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5cdb35557d022f8dc51b532b5cd1a8e9ed7bcdb7
refs/heads/master: c2a86a67fadd9dddc58f55ce6323c04dde59ebed
10 changes: 2 additions & 8 deletions trunk/crypto/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,22 @@
#ifdef CONFIG_CRYPTO_FIPS
static struct ctl_table crypto_sysctl_table[] = {
{
.ctl_name = CTL_UNNUMBERED,
.procname = "fips_enabled",
.data = &fips_enabled,
.maxlen = sizeof(int),
.mode = 0444,
.proc_handler = &proc_dointvec
},
{
.ctl_name = 0,
},
{}
};

static struct ctl_table crypto_dir_table[] = {
{
.ctl_name = CTL_UNNUMBERED,
.procname = "crypto",
.mode = 0555,
.child = crypto_sysctl_table
},
{
.ctl_name = 0,
},
{}
};

static struct ctl_table_header *crypto_sysctls;
Expand Down

0 comments on commit 6ff6c77

Please sign in to comment.