25 Jan
2023
25 Jan
'23
11:41 a.m.
Hans Leidekker (@hans) commented about dlls/secur32/schannel.c:
return TRUE; }
-/*********************************************************************** - * InitializeSecurityContextW - */ -static SECURITY_STATUS SEC_ENTRY schan_InitializeSecurityContextW( +static SECURITY_STATUS schan_AcceptOrInitializeSecurityContext( PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR *pszTargetName,
Please name it something like establish_context(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1801#note_21751