Fix error path

This commit is contained in:
Matthew Garrett 2012-06-19 15:23:31 -04:00
parent a817d08425
commit 849eff34f4

View File

@ -650,6 +650,8 @@ Pkcs7Verify (
return Status; return Status;
} }
Status = FALSE;
// //
// Retrieve PKCS#7 Data (DER encoding) // Retrieve PKCS#7 Data (DER encoding)
// //