diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-06-19 15:23:31 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-06-19 15:23:31 -0400 |
| commit | 849eff34f413fb12f3b4345bb3312f167c16d8ba (patch) | |
| tree | 422eef64b3dc7e99c118fc393402bc9c2b0ec3fd | |
| parent | a817d084257fef5ba9cc091cb54323b7b1b6f637 (diff) | |
| download | efi-boot-shim-849eff34f413fb12f3b4345bb3312f167c16d8ba.tar.gz efi-boot-shim-849eff34f413fb12f3b4345bb3312f167c16d8ba.zip | |
Fix error path
| -rw-r--r-- | Cryptlib/Pk/CryptPkcs7.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cryptlib/Pk/CryptPkcs7.c b/Cryptlib/Pk/CryptPkcs7.c index 036412af..a77daea4 100644 --- a/Cryptlib/Pk/CryptPkcs7.c +++ b/Cryptlib/Pk/CryptPkcs7.c @@ -649,6 +649,8 @@ Pkcs7Verify ( if (!Status) {
return Status;
}
+
+ Status = FALSE;
//
// Retrieve PKCS#7 Data (DER encoding)
|
