1
linux/drivers/staging/p9auth
Randy Dunlap 9752ef46c6 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>
2009-04-03 14:54:23 -07:00
..
Kconfig Staging: p9auth: fix dependency/build error 2009-04-03 14:54:23 -07:00
Makefile Staging: p9auth: add to the kernel build 2009-04-03 14:54:23 -07:00
p9auth.c Staging: p9auth: fix credential logic 2009-04-03 14:54:23 -07:00
p9auth.h