mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
Staging: p9auth: fix dependency/build error
Fix p9auth dependency/build failure. It needs to depend on CRYPTO. p9auth.c:(.text+0x107297): undefined reference to `crypto_alloc_base' p9auth.c:(.text+0x1073d4): undefined reference to `crypto_destroy_tfm' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Ashwin Ganti <ashwin.ganti@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
00db8a8ecc
commit
9752ef46c6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
config PLAN9AUTH
|
config PLAN9AUTH
|
||||||
tristate "Plan 9 style capability device implementation"
|
tristate "Plan 9 style capability device implementation"
|
||||||
default n
|
default n
|
||||||
|
depends on CRYPTO
|
||||||
help
|
help
|
||||||
This module implements the Plan 9 style capability device.
|
This module implements the Plan 9 style capability device.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue