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 | 6e1c111bc3ff8cbd65435faf73ab6a086a89f6ab (patch) | |
| tree | 422eef64b3dc7e99c118fc393402bc9c2b0ec3fd /Cryptlib | |
| parent | 74f948d7ae18dc920bff06ed618dc8693c1e397e (diff) | |
| download | efi-boot-shim-6e1c111bc3ff8cbd65435faf73ab6a086a89f6ab.tar.gz efi-boot-shim-6e1c111bc3ff8cbd65435faf73ab6a086a89f6ab.zip | |
Fix error path
Diffstat (limited to 'Cryptlib')
| -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)
|
