Documentation/Changes: Now need OpenSSL devel packages for module signing
authorDavid Howells <dhowells@redhat.com>
Thu, 27 Aug 2015 10:13:36 +0000 (11:13 +0100)
committerJames Morris <james.l.morris@oracle.com>
Thu, 27 Aug 2015 22:00:30 +0000 (08:00 +1000)
The module signing script (sign-file) used to be a wrapper around the
openssl program.  It has now been replaced by a C program that uses the
crypto library from the OpenSSL package meaning that the OpenSSL devel
packages are necessary to provide the devel library link and the header
files.

This would be openssl-devel on Fedora and libssl-dev on Debian.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Documentation/Changes

Simple merge