ValveSoftware / wine

Wine with a bit of extra spice
Other
1.3k stars 243 forks source link

Fix handling for ALG_ID_ECDH_P384 #181

Closed Thulium-Drake closed 1 year ago

Thulium-Drake commented 1 year ago

This fixes a missing case statement for handling ALG_ID_ECDH_P384.

This has at least fixed Anno 1800 multiplayer session negotiation, which did not work at all with Proton 7.0-6 (the one provided in Steam), but works like a charm after this patch has been applied to it.

The other PR (#173) adds extra code that is not required and already is present at line 1406 in wine/dlls/bcrypt/bcrypt_main.c

Etaash-mathamsetty commented 1 year ago

this has been fixedin upstream wine already

CvRXX commented 1 year ago

this has been fixedin upstream wine already

Do you have a commit hash for the fix?

Etaash-mathamsetty commented 1 year ago

5253c8d77e8e7dc5770981e97e67348f393b99b9

Thulium-Drake commented 1 year ago

Closing as upstream fixed the issue