From 52300e7ed595cc15305fbfbc28c6ee146ceff1ee Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Mon, 25 Jan 2010 09:43:20 -0800 Subject: [PATCH] Space fix Signed-off-by: Luis R. Rodriguez --- reglib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reglib.c b/reglib.c index 80ae062..218110b 100644 --- a/reglib.c +++ b/reglib.c @@ -85,7 +85,7 @@ int crda_verify_db_signature(__u8 *db, int dblen, int siglen) if ((keyfile = fopen(filename, "rb"))) { rsa = PEM_read_RSA_PUBKEY(keyfile, NULL, NULL, NULL); - if (rsa) + if (rsa) ok = RSA_verify(NID_sha1, hash, SHA_DIGEST_LENGTH, db + dblen, siglen, rsa) == 1; RSA_free(rsa); -- 2.7.4