diff options
author | qianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-20 10:01:48 +0000 |
---|---|---|
committer | qianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-20 10:01:48 +0000 |
commit | 0a7294f7a158eb10cad794a296834e14b9d3a655 (patch) | |
tree | ccb99dc8e03fd410e0aa211c5ea238b5309cfaf6 /NetworkPkg/IpSecDxe/IpSecImpl.h | |
parent | a33f9a786d381faeb059a0dc4f4b7f41f7bc2f22 (diff) | |
download | edk2-0a7294f7a158eb10cad794a296834e14b9d3a655.tar.gz edk2-0a7294f7a158eb10cad794a296834e14b9d3a655.tar.bz2 edk2-0a7294f7a158eb10cad794a296834e14b9d3a655.zip |
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
Diffstat (limited to 'NetworkPkg/IpSecDxe/IpSecImpl.h')
-rw-r--r-- | NetworkPkg/IpSecDxe/IpSecImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/IpSecDxe/IpSecImpl.h b/NetworkPkg/IpSecDxe/IpSecImpl.h index 47805f3b9f..4237119d93 100644 --- a/NetworkPkg/IpSecDxe/IpSecImpl.h +++ b/NetworkPkg/IpSecDxe/IpSecImpl.h @@ -346,7 +346,7 @@ IpSecLookupSadBySpi ( The behavior is that it can perform one of the following actions:
bypass the packet, discard the packet, or protect the packet.
- @param[in] This Pointer to the EFI_IPSEC_PROTOCOL instance.
+ @param[in] This Pointer to the EFI_IPSEC2_PROTOCOL instance.
@param[in] NicHandle Instance of the network interface.
@param[in] IpVersion IPV4 or IPV6.
@param[in, out] IpHead Pointer to the IP Header.
|