]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecImpl.c
MdeModulePkg/StatusCodeHandlerRuntimeDxe: make global variable static
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecImpl.c
index 625f154ff4104aa7a9a352a06792bcbd25ae780f..32c806486bf40e9a3a9825958fd134193bb7af14 100644 (file)
@@ -2,15 +2,9 @@
   The implementation of IPsec.\r
 \r
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -1220,7 +1214,7 @@ IpSecTunnelOutboundPacket (
     if (InnerHead == NULL) {\r
       return NULL;\r
     }\r
-    \r
+\r
     CopyMem (\r
       InnerHead,\r
       IpHead,\r
@@ -1236,7 +1230,7 @@ IpSecTunnelOutboundPacket (
     if (InnerHead == NULL) {\r
       return NULL;\r
     }\r
-    \r
+\r
     CopyMem (\r
       InnerHead,\r
       IpHead,\r
@@ -1271,7 +1265,7 @@ IpSecTunnelOutboundPacket (
     FreePool (InnerHead);\r
     return NULL;\r
   }\r
-  \r
+\r
   //\r
   // 3. Check the Last Header, if it is TCP, UDP or ICMP recalcualate its pesudo\r
   //    CheckSum.\r