diff options
author | Sebastian Siewior <sebastian@breakpoint.cc> | 2008-01-09 03:36:17 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:01:12 -0500 |
commit | 50dd79653e295ce40da38c03bbfb5966aa1c1598 (patch) | |
tree | c96cee5292a6d335978d578043a6c436d42e7ad3 /net/xfrm/xfrm_algo.c | |
parent | 06eaa1a01d033bd5fd298b010334034f93021fbe (diff) |
[XFRM]: Remove ifdef crypto.
and select the crypto subsystem if neccessary
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm/xfrm_algo.c')
-rw-r--r-- | net/xfrm/xfrm_algo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c index 1686f64c4352..b5c5347aed66 100644 --- a/net/xfrm/xfrm_algo.c +++ b/net/xfrm/xfrm_algo.c | |||
@@ -486,7 +486,6 @@ EXPORT_SYMBOL_GPL(xfrm_ealg_get_byidx); | |||
486 | */ | 486 | */ |
487 | void xfrm_probe_algs(void) | 487 | void xfrm_probe_algs(void) |
488 | { | 488 | { |
489 | #ifdef CONFIG_CRYPTO | ||
490 | int i, status; | 489 | int i, status; |
491 | 490 | ||
492 | BUG_ON(in_softirq()); | 491 | BUG_ON(in_softirq()); |
@@ -511,7 +510,6 @@ void xfrm_probe_algs(void) | |||
511 | if (calg_list[i].available != status) | 510 | if (calg_list[i].available != status) |
512 | calg_list[i].available = status; | 511 | calg_list[i].available = status; |
513 | } | 512 | } |
514 | #endif | ||
515 | } | 513 | } |
516 | EXPORT_SYMBOL_GPL(xfrm_probe_algs); | 514 | EXPORT_SYMBOL_GPL(xfrm_probe_algs); |
517 | 515 | ||