v2 linux-next scripts/sign-file.c Fix LibreSSL support
authorCodarren Velvindron <codarren@hackers.mu>
Tue, 9 Feb 2016 16:40:45 +0000 (16:40 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 9 Feb 2016 16:40:45 +0000 (16:40 +0000)
commit411a6f585c0f7695942497ae1a0f3f313cefc6e0
treef9b5519b8abb2f812bdc25f4a6ef9000745970af
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95
v2 linux-next scripts/sign-file.c Fix LibreSSL support

In file included from scripts/sign-file.c:47:0:
/usr/include/openssl/cms.h:62:2: error: #error CMS is disabled.
 #error CMS is disabled.
  ^
scripts/Makefile.host:91: recipe for target 'scripts/sign-file' failed
make[1]: *** [scripts/sign-file] Error 1
Makefile:567: recipe for target 'scripts' failed
make: *** [scripts] Error 2

Fix SSL headers so that the kernel can build with LibreSSL

Signed-off-by: Codarren Velvindron <codarren@hackers.mu>
Acked-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David Howells <dhowells@redhat.com>
scripts/sign-file.c