sign-file: Document dependency on OpenSSL devel libraries
authorDavid Howells <dhowells@redhat.com>
Tue, 11 Aug 2015 11:38:54 +0000 (12:38 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 12 Aug 2015 16:01:01 +0000 (17:01 +0100)
commit228c37ff980f5643401a1667f5ab7c6f38602cf8
treee5626bde6b067bc3119caba067307439328948a6
parent99db44350672c8a5ee9a7b0a6f4cd6ff10136065
sign-file: Document dependency on OpenSSL devel libraries

The revised sign-file program is no longer a script that wraps the openssl
program, but now rather a program that makes use of OpenSSL's crypto
library.  This means that to build the sign-file program, the kernel build
process now has a dependency on the OpenSSL development packages in
addition to OpenSSL itself.

Document this in Kconfig and in module-signing.txt.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: David Woodhouse <David.Woodhouse@intel.com>
Documentation/module-signing.txt
init/Kconfig