mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
CryptoPkg: Fix assigned by unused var
This commit is contained in:
parent
ba7c32257d
commit
7d034a0e0e
@ -102,7 +102,6 @@ X509ConstructCertificateStackV (
|
||||
|
||||
STACK_OF (X509) *CertStack;
|
||||
BOOLEAN Status;
|
||||
UINTN Index;
|
||||
|
||||
//
|
||||
// Check input parameters.
|
||||
@ -124,7 +123,7 @@ X509ConstructCertificateStackV (
|
||||
}
|
||||
}
|
||||
|
||||
for (Index = 0; ; Index++) {
|
||||
while (TRUE) {
|
||||
//
|
||||
// If Cert is NULL, then it is the end of the list.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user