Re: [PATCH v3 01/10] crypto: crypto_user_stat: made crypto_user_stat optional

2018-11-20 Thread Neil Horman
On Tue, Nov 20, 2018 at 12:32:17PM +, Corentin Labbe wrote: > Even if CRYPTO_STATS is set to n, some part of CRYPTO_STATS are > compiled. > This patch made all part of crypto_user_stat uncompiled in that case. > > Signed-off-by: Corentin Labbe > --- > crypto/Makefile |

[PATCH v3 01/10] crypto: crypto_user_stat: made crypto_user_stat optional

2018-11-20 Thread Corentin Labbe
Even if CRYPTO_STATS is set to n, some part of CRYPTO_STATS are compiled. This patch made all part of crypto_user_stat uncompiled in that case. Signed-off-by: Corentin Labbe --- crypto/Makefile | 3 ++- crypto/algapi.c | 2 ++ include/crypto/internal/c