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)
commit3f1d44ae640172482a8c0125efe9ca93331b056b
treef3970de5c2fc3f6e1b40a9cbb0cf2416df9bd296
parent30b139dfe0bfa8727ceec2a1d5294766943dcdc8
Documentation/Changes: Now need OpenSSL devel packages for module signing

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