diff options
-rw-r--r-- | SecurityPkg/Library/AuthVariableLib/AuthService.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SecurityPkg/Library/AuthVariableLib/AuthService.c b/SecurityPkg/Library/AuthVariableLib/AuthService.c index 8805f54f9d..1f9ba15384 100644 --- a/SecurityPkg/Library/AuthVariableLib/AuthService.c +++ b/SecurityPkg/Library/AuthVariableLib/AuthService.c @@ -1977,7 +1977,8 @@ InsertCertsToDb ( EFI_STATUS
CleanCertsFromDb (
VOID
- ){
+ )
+{
UINT32 Offset;
AUTH_CERT_DB_DATA *Ptr;
UINT32 NameSize;
|