Re: [PATCH v4 12/17] crypto: Add userspace report for aead type algorithms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]

  Powered by Linux