Revision: 17842
          http://sourceforge.net/p/edk2/code/17842
Author:   hwu1225
Date:     2015-07-07 03:03:21 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------
NetworkPkg: Remove mZeroGuid definition in IpSecDxe

mZeroGuid is defined but not used in IpSecDxe. All the header files in
IpSecDxe which expose mZeroGuid are not included externally as well.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>

Modified Paths:
--------------
    trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.c
    trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.h

Modified: trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.c
===================================================================
--- trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.c  2015-07-07 03:01:07 UTC (rev 
17841)
+++ trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.c  2015-07-07 03:03:21 UTC (rev 
17842)
@@ -1,7 +1,7 @@
 /** @file
   Common operation of the IKE
   
-  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
 
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
@@ -22,7 +22,6 @@
 // Initial the SPI
 //
 UINT32            mNextSpi  = IKE_SPI_BASE;
-EFI_GUID          mZeroGuid = { 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0, 0 } };
 
 /**
   Call Crypto Lib to generate a random value with eight-octet length.

Modified: trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.h
===================================================================
--- trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.h  2015-07-07 03:01:07 UTC (rev 
17841)
+++ trunk/edk2/NetworkPkg/IpSecDxe/IkeCommon.h  2015-07-07 03:03:21 UTC (rev 
17842)
@@ -1,7 +1,7 @@
 /** @file
   Common operation of the IKE.
 
-  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
 
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
@@ -181,7 +181,6 @@
   IN EFI_IPSEC_SPD_SELECTOR             *SpdSel
   );
 
-extern EFI_GUID               mZeroGuid;
 extern MODP_GROUP             OakleyModpGroup[];
 extern IKE_ALG_GUID_INFO      mIPsecEncrAlgInfo[];
 extern IKE_ALG_GUID_INFO      mIPsecAuthAlgInfo[];


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to