Re: [PATCH] sign-file: fix build error in sign-file.c with libressl

2017-01-12 Thread David Howells
John Crispin wrote: > From: Felix Fietkau > > The sign-file tool failed to build against libressl. Fix this by extending > the PKCS7 check and thus making sign-file link against libressl without an > error. > > Signed-off-by: John Crispin > Signed-off-by: Felix Fietkau Applied. David

[PATCH] sign-file: fix build error in sign-file.c with libressl

2016-12-22 Thread John Crispin
From: Felix Fietkau The sign-file tool failed to build against libressl. Fix this by extending the PKCS7 check and thus making sign-file link against libressl without an error. Signed-off-by: John Crispin Signed-off-by: Felix Fietkau --- scripts/sign-file.c |4 +++- 1 file changed, 3 inse