ws2_32/tests: Allow ESP and AH protocols to be missing on Windows.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8acf35b154
commit
046475d88e
|
@ -214,8 +214,8 @@ static const struct protocol protocols[] =
|
||||||
{ 41, { "ipv6", "IPv6" }, TRUE},
|
{ 41, { "ipv6", "IPv6" }, TRUE},
|
||||||
{ 43, { "ipv6-route", "IPv6-Route" }, TRUE},
|
{ 43, { "ipv6-route", "IPv6-Route" }, TRUE},
|
||||||
{ 44, { "ipv6-frag", "IPv6-Frag" }, TRUE},
|
{ 44, { "ipv6-frag", "IPv6-Frag" }, TRUE},
|
||||||
{ 50, { "esp", "ESP" }},
|
{ 50, { "esp", "ESP" }, TRUE},
|
||||||
{ 51, { "ah", "AH" }},
|
{ 51, { "ah", "AH" }, TRUE},
|
||||||
{ 58, { "ipv6-icmp", "IPv6-ICMP" }, TRUE},
|
{ 58, { "ipv6-icmp", "IPv6-ICMP" }, TRUE},
|
||||||
{ 59, { "ipv6-nonxt", "IPv6-NoNxt" }, TRUE},
|
{ 59, { "ipv6-nonxt", "IPv6-NoNxt" }, TRUE},
|
||||||
{ 60, { "ipv6-opts", "IPv6-Opts" }, TRUE},
|
{ 60, { "ipv6-opts", "IPv6-Opts" }, TRUE},
|
||||||
|
|
Loading…
Reference in New Issue