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

Alexandre Julliard julliard at winehq.org
Mon Jul 27 16:35:15 CDT 2020


Module: wine
Branch: master
Commit: 046475d88eed9b23b41189fe92c30d1caaef1184
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=046475d88eed9b23b41189fe92c30d1caaef1184

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Mon Jul 27 00:25:46 2020 -0600

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

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/tests/protocol.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ws2_32/tests/protocol.c b/dlls/ws2_32/tests/protocol.c
index de5fe36d45..d6e454a5fb 100644
--- a/dlls/ws2_32/tests/protocol.c
+++ b/dlls/ws2_32/tests/protocol.c
@@ -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},




More information about the wine-cvs mailing list