[SCHANNEL] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71821
This commit is contained in:
Amine Khaldi
2016-07-05 10:38:15 +00:00
parent 342c539058
commit eaf1910a98
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -104,6 +104,7 @@ static SECPKG_FUNCTION_TABLE secPkgFunctionTable[2] =
NULL, /* GetCredUIContext */
NULL, /* UpdateCredentials */
NULL, /* ValidateTargetInfo */
NULL, /* PostLogonUser */
}, {
NULL, /* InitializePackage */
NULL, /* LsaLogonUser */
@@ -140,6 +141,7 @@ static SECPKG_FUNCTION_TABLE secPkgFunctionTable[2] =
NULL, /* GetCredUIContext */
NULL, /* UpdateCredentials */
NULL, /* ValidateTargetInfo */
NULL, /* PostLogonUser */
}
};
@@ -151,7 +153,7 @@ NTSTATUS WINAPI SpLsaModeInitialize(ULONG LsaVersion, PULONG PackageVersion,
{
TRACE("(%u, %p, %p, %p)\n", LsaVersion, PackageVersion, ppTables, pcTables);
*PackageVersion = SECPKG_INTERFACE_VERSION_6;
*PackageVersion = SECPKG_INTERFACE_VERSION_7;
*pcTables = 2;
*ppTables = secPkgFunctionTable;
+1 -1
View File
@@ -167,7 +167,7 @@ reactos/dll/win32/rpcrt4 # Synced to WineStaging-1.9.11
reactos/dll/win32/rsabase # Synced to WineStaging-1.9.11
reactos/dll/win32/rsaenh # Synced to WineStaging-1.9.11
reactos/dll/win32/sccbase # Synced to WineStaging-1.9.11
reactos/dll/win32/schannel # Synced to WineStaging-1.9.4
reactos/dll/win32/schannel # Synced to WineStaging-1.9.11
reactos/dll/win32/scrrun # Synced to WineStaging-1.9.11
reactos/dll/win32/secur32 # Forked
reactos/dll/win32/security # Forked (different .spec)