2.6.39 nfsd and crypto =n

From: Wakko Warner
Date: Fri Jun 03 2011 - 14:07:14 EST


During compile, I received this:
ERROR: "crypto_destroy_tfm" [fs/nfsd/nfsd.ko] undefined!
ERROR: "crypto_alloc_base" [fs/nfsd/nfsd.ko] undefined!

.config nfsd options:
CONFIG_NFSD=m
# CONFIG_NFSD_DEPRECATED is not set
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V4=y

and crypto:
# CONFIG_CRYPTO is not set

making the following change fixes:
-# CONFIG_CRYPTO is not set
+CONFIG_CRYPTO=m

Should NFSD_V4 select CRYPTO? Should it select other things?

--
Microsoft has beaten Volkswagen's world record. Volkswagen only created 22
million bugs.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/