]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Fix error path
authorMatthew Garrett <mjg@redhat.com>
Tue, 19 Jun 2012 19:23:31 +0000 (15:23 -0400)
committerMatthew Garrett <mjg@redhat.com>
Tue, 19 Jun 2012 19:23:31 +0000 (15:23 -0400)
Cryptlib/Pk/CryptPkcs7.c

index 036412af5989650ebaf360f513e187fe3a07973d..a77daea4279752b6e140d29d14e5bf2910daafbc 100644 (file)
@@ -649,6 +649,8 @@ Pkcs7Verify (
   if (!Status) {\r
     return Status;\r
   }\r
+\r
+  Status = FALSE;\r
   \r
   //\r
   // Retrieve PKCS#7 Data (DER encoding)\r