Re: [PATCH 2/2] digsig: make crypto builtin if digsig selected as builtin

2014-07-19 Thread Dmitry Kasatkin
On Thu, Jul 17, 2014 at 10:56 PM, David Howells wrote: > Dmitry Kasatkin wrote: > >> When SIGNATURE=y but depends on CRYPTO=m, it selects MPILIB as module >> producing build break. This patch makes digsig to select crypto for >> correcting dependency. > > I'll apply this one. > > David Thanks,

Re: [PATCH 2/2] digsig: make crypto builtin if digsig selected as builtin

2014-07-17 Thread David Howells
Dmitry Kasatkin wrote: > When SIGNATURE=y but depends on CRYPTO=m, it selects MPILIB as module > producing build break. This patch makes digsig to select crypto for > correcting dependency. I'll apply this one. David -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in

[PATCH 2/2] digsig: make crypto builtin if digsig selected as builtin

2014-07-11 Thread Dmitry Kasatkin
When SIGNATURE=y but depends on CRYPTO=m, it selects MPILIB as module producing build break. This patch makes digsig to select crypto for correcting dependency. Signed-off-by: Dmitry Kasatkin --- lib/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Kconfig b/lib/