[SCHANNEL]

* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64600
This commit is contained in:
Amine Khaldi 2014-10-08 18:02:25 +00:00
parent 067e925c05
commit 6eaad90ebb
2 changed files with 9 additions and 2 deletions

View file

@ -27,11 +27,14 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
if (fdwReason == DLL_WINE_PREATTACH) return FALSE; /* prefer native version */
if (fdwReason == DLL_PROCESS_ATTACH)
#ifdef __REACTOS__
{
#endif
DisableThreadLibraryCalls(hinstDLL);
#ifdef __REACTOS__
SECUR32_initSchannelSP();
}
#endif
return TRUE;
}
@ -47,6 +50,8 @@ BOOL WINAPI SslEmptyCacheW(LPWSTR target, DWORD flags)
return TRUE;
}
#ifdef __REACTOS__
PSecurityFunctionTableW
WINAPI
schan_InitSecurityInterfaceW(VOID)
@ -62,3 +67,5 @@ schan_InitSecurityInterfaceA(VOID)
TRACE("InitSecurityInterfaceA() called\n");
return &schanTableA;
}
#endif /* __REACTOS__ */

View file

@ -175,7 +175,7 @@ reactos/dll/win32/rpcrt4 # Synced to Wine-1.7.17
reactos/dll/win32/rsabase # Synced to Wine-1.7.17
reactos/dll/win32/rsaenh # Synced to Wine-1.7.27
reactos/dll/win32/sccbase # Synced to Wine-1.7.17
reactos/dll/win32/schannel # Synced to Wine-1.7.17
reactos/dll/win32/schannel # Synced to Wine-1.7.27
reactos/dll/win32/scrrun # Synced to Wine-1.7.17
reactos/dll/win32/secur32 # Forked
reactos/dll/win32/security # Forked (different .spec)