cunit: fix SSPI unit tests
This commit is contained in:
parent
8e5802bc2b
commit
cb6da81d7f
@ -97,7 +97,7 @@ void test_AcquireCredentialsHandle(void)
|
||||
{
|
||||
SECURITY_STATUS status;
|
||||
CredHandle credentials;
|
||||
SEC_TIMESTAMP expiration;
|
||||
TimeStamp expiration;
|
||||
SEC_WINNT_AUTH_IDENTITY identity;
|
||||
SecurityFunctionTable* table;
|
||||
SecPkgCredentials_Names credential_names;
|
||||
@ -135,7 +135,7 @@ void test_InitializeSecurityContext(void)
|
||||
uint32 pfContextAttr;
|
||||
SECURITY_STATUS status;
|
||||
CredHandle credentials;
|
||||
SEC_TIMESTAMP expiration;
|
||||
TimeStamp expiration;
|
||||
SecPkgInfo* pPackageInfo;
|
||||
SEC_WINNT_AUTH_IDENTITY identity;
|
||||
SecurityFunctionTable* table;
|
||||
|
Loading…
Reference in New Issue
Block a user