Steffen Klassert <steffen.klassert <at> secunet.com> writes: ... > + raead.blocksize = alg->cra_blocksize; > + raead.maxauthsize = aead->maxauthsize; > + raead.ivsize = aead->ivsize; > + > + NLA_PUT(skb, CRYPTOCFGA_REPORT_AEAD, > + sizeof(struct crypto_report_aead), &raead); This patch seems to break the build if you have a config file without CONFIG_NET. Other patches in this serie have the same effect -- they add dependencies over nla_put, which is defined only on CONFIG_NET. Cheers, -- Luis Henriques -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html