Skip to content
Commit c0f9e01d authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: api - Check CRYPTO_USER instead of NET for report



The report function is currently conditionalised on CONFIG_NET.
As it's only used by CONFIG_CRYPTO_USER, conditionalising on that
instead of CONFIG_NET makes more sense.

This gets rid of a rarely used code-path.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0c0edf61
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment