Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d1f64f6 authored by Dmitry Kasatkin's avatar Dmitry Kasatkin Committed by David Howells
Browse files

digsig: make crypto builtin if digsig selected as builtin



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: default avatarDmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 26c18217
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -451,7 +451,8 @@ config MPILIB


config SIGNATURE
config SIGNATURE
	tristate
	tristate
	depends on KEYS && CRYPTO
	depends on KEYS
	select CRYPTO
	select CRYPTO_SHA1
	select CRYPTO_SHA1
	select MPILIB
	select MPILIB
	help
	help