crypto: algapi - Fix build problem with NET disabled
authorHerbert Xu <[email protected]>
Thu, 3 Nov 2011 12:46:07 +0000 (23:46 +1100)
committerHerbert Xu <[email protected]>
Thu, 10 Nov 2011 22:57:06 +0000 (06:57 +0800)
commit3acc84739dd5d746840f881ad4d60bd2a428f1dd
treea93db24c1b59dc077dcd1b69407e5bc7e71d11b0
parentfb223c32b4d3ee593c8dce07e983680d06abe387
crypto: algapi - Fix build problem with NET disabled

The report functions use NLA_PUT so we need to ensure that NET
is enabled.

Reported-by: Luis Henriques <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
crypto/ablkcipher.c
crypto/aead.c
crypto/ahash.c
crypto/blkcipher.c
crypto/pcompress.c
crypto/rng.c
crypto/shash.c