diff options
Diffstat (limited to 'NetworkPkg/IpSecDxe/Ike.h')
-rw-r--r-- | NetworkPkg/IpSecDxe/Ike.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NetworkPkg/IpSecDxe/Ike.h b/NetworkPkg/IpSecDxe/Ike.h index 48c21cf773..50c680a528 100644 --- a/NetworkPkg/IpSecDxe/Ike.h +++ b/NetworkPkg/IpSecDxe/Ike.h @@ -93,10 +93,10 @@ #define IKE_TRANSFORM_NEXT_PAYLOAD_MORE 3
#define IKE_TRANSFORM_NEXT_PAYLOAD_NONE 0
-// -// Max size of the SA attribute -// -#define MAX_SA_ATTRS_SIZE 48 +//
+// Max size of the SA attribute
+//
+#define MAX_SA_ATTRS_SIZE 48
#define SA_ATTR_FORMAT_BIT 0x8000
//
// The definition for Information Message ID.
|