new arg
authorroot <devnull@localhost>
Thu, 20 Jun 1996 15:40:55 +0000 (15:40 +0000)
committerroot <devnull@localhost>
Thu, 20 Jun 1996 15:40:55 +0000 (15:40 +0000)
CVS patchset: 660
CVS date: 1996/06/20 15:40:55

tools/rpmchecksig.c

index 3c485da..d3db5ed 100644 (file)
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
 
     readLead(fd, &lead);
     readSignature(fd, lead.signature_type, (void **) &sig);
-    res = verifySignature(fd, lead.signature_type, sig, result);
+    res = verifySignature(fd, lead.signature_type, sig, result, 1);
     printf("%s", result);
     if (res) {
        printf("Signature OK.\n");