Commit 046475d8 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

ws2_32/tests: Allow ESP and AH protocols to be missing on Windows.

parent 8acf35b1
......@@ -214,8 +214,8 @@ static const struct protocol protocols[] =
{ 41, { "ipv6", "IPv6" }, TRUE},
{ 43, { "ipv6-route", "IPv6-Route" }, TRUE},
{ 44, { "ipv6-frag", "IPv6-Frag" }, TRUE},
{ 50, { "esp", "ESP" }},
{ 51, { "ah", "AH" }},
{ 50, { "esp", "ESP" }, TRUE},
{ 51, { "ah", "AH" }, TRUE},
{ 58, { "ipv6-icmp", "IPv6-ICMP" }, TRUE},
{ 59, { "ipv6-nonxt", "IPv6-NoNxt" }, TRUE},
{ 60, { "ipv6-opts", "IPv6-Opts" }, TRUE},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment