Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11576 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -648,7 +648,7 @@ InitializeIpSecConfig (
|
||||
goto Done;
|
||||
}
|
||||
|
||||
Status = LocateProtocol (&gEfiIpSecProtocolGuid, (VOID **) &mIpSec);
|
||||
Status = LocateProtocol (&gEfiIpSec2ProtocolGuid, (VOID **) &mIpSec);
|
||||
if (EFI_ERROR (Status) || mIpSec == NULL) {
|
||||
ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_IPSEC_CONFIG_PROTOCOL_INEXISTENT), mHiiHandle, mAppName);
|
||||
goto Done;
|
||||
|
@@ -57,5 +57,5 @@
|
||||
UefiLib
|
||||
|
||||
[Protocols]
|
||||
gEfiIpSecProtocolGuid ##CONSUMS
|
||||
gEfiIpSec2ProtocolGuid ##CONSUMS
|
||||
gEfiIpSecConfigProtocolGuid ##CONSUMS
|
||||
|
Reference in New Issue
Block a user