audk/NetworkPkg/IpSecDxe/Ikev2
Laszlo Ersek bb7a152c2c NetworkPkg: fix ASSERT_EFI_ERROR() typos
A number of code locations use

  ASSERT_EFI_ERROR (BooleanExpression)

instead of

  ASSERT (BooleanExpression)

Fix them.

Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
2016-06-30 13:08:03 +02:00
..
ChildSa.c NetworkPkg: Avoid potential NULL pointer dereference 2016-06-27 10:11:46 +08:00
Exchange.c NetworkPkg: Avoid potential NULL pointer dereference 2016-06-27 10:11:46 +08:00
Ikev2.h Add IPsec/Ikev2 support. 2010-12-31 10:43:54 +00:00
Info.c NetworkPkg: Remove ASSERT and use error handling in IpSecDxe 2016-06-21 12:56:24 +08:00
Payload.c NetworkPkg: Avoid potential NULL pointer dereference 2016-06-27 10:11:46 +08:00
Payload.h Add IPsec/Ikev2 support. 2010-12-31 10:43:54 +00:00
Sa.c NetworkPkg: fix ASSERT_EFI_ERROR() typos 2016-06-30 13:08:03 +02:00
Utility.c NetworkPkg: Remove ASSERT and use error handling in IpSecDxe 2016-06-21 12:56:24 +08:00
Utility.h NetworkPkg: Remove ASSERT and use error handling in IpSecDxe 2016-06-21 12:56:24 +08:00