Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e9a5e8cc authored by David Howells's avatar David Howells
Browse files

sign-file: Fix warning about BIO_reset() return value


Fix the following warning:

	scripts/sign-file.c: In function ‘main’:
	scripts/sign-file.c:188: warning: value computed is not used

whereby the result of BIO_ctrl() is cast inside of BIO_reset() to an
integer of a different size - which we're not checking but probably should.

Reported-by: default avatarJames Morris <jmorris@namei.org>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 772111ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment