X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FApplication%2FIpsecConfig%2FMatch.c;h=d283f5b7168e8cfc0a96326b5471b20be9604ede;hp=7ac1cb5c5a7336d5bb5586569a6a6ff7b0814b3e;hb=2244198233db695f8f29bb34c7d6cfe5e995f42c;hpb=64b2d0e5c0d58c9276e458f70caf731f3328f822 diff --git a/NetworkPkg/Application/IpsecConfig/Match.c b/NetworkPkg/Application/IpsecConfig/Match.c index 7ac1cb5c5a..d283f5b716 100644 --- a/NetworkPkg/Application/IpsecConfig/Match.c +++ b/NetworkPkg/Application/IpsecConfig/Match.c @@ -1,7 +1,7 @@ /** @file The implementation of match policy entry function in IpSecConfig application. - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -82,7 +82,7 @@ MatchSpdEntry ( Find the matching SAD with Indexer. @param[in] SaId The pointer to the EFI_IPSEC_SA_ID structure. - @param[in] Data The pointer to the EFI_IPSEC_SA_DATA structure. + @param[in] Data The pointer to the EFI_IPSEC_SA_DATA2 structure. @param[in] Indexer The pointer to the SPD_ENTRY_INDEXER structure. @retval TRUE The matched SAD is found.