[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <28480.1439434546@warthog.procyon.org.uk>
Date: Thu, 13 Aug 2015 03:55:46 +0100
From: David Howells <dhowells@...hat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: dhowells@...hat.com, James Morris <jmorris@...ei.org>,
mcgrof@...il.com, zohar@...ux.vnet.ibm.com, dwmw2@...radead.org,
linux-kernel@...r.kernel.org, linux-security-module@...r.kernel.org
Subject: Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #8]
David Howells <dhowells@...hat.com> wrote:
> > I'm still seeing these warnings:
> >
> > scripts/sign-file.c: In function ‘main’:
> > scripts/sign-file.c:188: warning: value computed is not used
>
> Ummm... What do you see on line 188? "BIO_reset(b);"? If so, that seems to
> be an openssl bug. b is created four lines above and definitely used on the
> following line, so the problem must lie with the BIO_reset() function or
> macro.
It seems that the definition of BIO_reset() is the same in 1.0.1e as in
1.0.1k.
I was assuming that the value computed that is not being used is 'b' or some
internal state, but I can't see how that is the case. I think it's actually
the result of the function - which is being cast, otherwise your compiler
would just ignore it.
I presume you're using the RHEL-6 compiler?
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists