X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FIpSecDxe%2FIpSecImpl.c;fp=NetworkPkg%2FIpSecDxe%2FIpSecImpl.c;h=da981842083b9fca8409ecbe988ffe6e6cc53d4f;hp=625f154ff4104aa7a9a352a06792bcbd25ae780f;hb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1;hpb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107 diff --git a/NetworkPkg/IpSecDxe/IpSecImpl.c b/NetworkPkg/IpSecDxe/IpSecImpl.c index 625f154ff4..da98184208 100644 --- a/NetworkPkg/IpSecDxe/IpSecImpl.c +++ b/NetworkPkg/IpSecDxe/IpSecImpl.c @@ -2,7 +2,7 @@ The implementation of IPsec. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.
- Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2018, 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 @@ -1220,7 +1220,7 @@ IpSecTunnelOutboundPacket ( if (InnerHead == NULL) { return NULL; } - + CopyMem ( InnerHead, IpHead, @@ -1236,7 +1236,7 @@ IpSecTunnelOutboundPacket ( if (InnerHead == NULL) { return NULL; } - + CopyMem ( InnerHead, IpHead, @@ -1271,7 +1271,7 @@ IpSecTunnelOutboundPacket ( FreePool (InnerHead); return NULL; } - + // // 3. Check the Last Header, if it is TCP, UDP or ICMP recalcualate its pesudo // CheckSum.