diff options
author | David Howells <dhowells@redhat.com> | 2014-07-22 16:55:45 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2014-07-22 16:55:45 -0400 |
commit | 633706a2ee81637be37b6bc02c5336950cc163b5 (patch) | |
tree | 5dad64c393d3b12276b35c5835c40c6d78f606a2 /lib | |
parent | 64724cfc6eea920dbaada14f0fb978b1dd31192d (diff) | |
parent | 0d1f64f60b4c50a8c604010ad3eef5cdfe9926bc (diff) |
Merge branch 'keys-fixes' into keys-next
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 334f7722a999..a8a775730c09 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -451,7 +451,8 @@ config MPILIB | |||
451 | 451 | ||
452 | config SIGNATURE | 452 | config SIGNATURE |
453 | tristate | 453 | tristate |
454 | depends on KEYS && CRYPTO | 454 | depends on KEYS |
455 | select CRYPTO | ||
455 | select CRYPTO_SHA1 | 456 | select CRYPTO_SHA1 |
456 | select MPILIB | 457 | select MPILIB |
457 | help | 458 | help |