From ffe2f39adaea9f113a73aea4537a930ba99e49ff Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 12 Mar 2009 11:42:42 +0200 Subject: [PATCH] MD5 and SHA1 digests are handled just the same here... --- lib/rpmchecksig.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/rpmchecksig.c b/lib/rpmchecksig.c index b98cb9c..a3df375 100644 --- a/lib/rpmchecksig.c +++ b/lib/rpmchecksig.c @@ -725,9 +725,6 @@ int rpmVerifySignatures(QVA_t qva, rpmts ts, FD_t fd, } break; case RPMSIGTAG_SHA1: - if (nodigests) - continue; - break; case RPMSIGTAG_MD5: if (nodigests) continue; -- 2.7.4