diff options
Diffstat (limited to 'crypto/blkcipher.c')
| -rw-r--r-- | crypto/blkcipher.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/blkcipher.c b/crypto/blkcipher.c index 2572d2600136..1e61d1a888b2 100644 --- a/crypto/blkcipher.c +++ b/crypto/blkcipher.c | |||
| @@ -494,6 +494,7 @@ static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) | |||
| 494 | return crypto_init_blkcipher_ops_async(tfm); | 494 | return crypto_init_blkcipher_ops_async(tfm); |
| 495 | } | 495 | } |
| 496 | 496 | ||
| 497 | #ifdef CONFIG_NET | ||
| 497 | static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) | 498 | static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) |
| 498 | { | 499 | { |
| 499 | struct crypto_report_blkcipher rblkcipher; | 500 | struct crypto_report_blkcipher rblkcipher; |
| @@ -515,6 +516,12 @@ static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) | |||
| 515 | nla_put_failure: | 516 | nla_put_failure: |
| 516 | return -EMSGSIZE; | 517 | return -EMSGSIZE; |
| 517 | } | 518 | } |
| 519 | #else | ||
| 520 | static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) | ||
| 521 | { | ||
| 522 | return -ENOSYS; | ||
| 523 | } | ||
| 524 | #endif | ||
| 518 | 525 | ||
| 519 | static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg) | 526 | static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg) |
| 520 | __attribute__ ((unused)); | 527 | __attribute__ ((unused)); |
