Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
72579724
Commit
72579724
authored
Jun 25, 2013
by
Hans Leidekker
Committed by
Alexandre Julliard
Jun 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dssenh/tests: Fix test failures on 64-bit Vista.
parent
1d8b70fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dssenh.c
dlls/dssenh/tests/dssenh.c
+1
-0
No files found.
dlls/dssenh/tests/dssenh.c
View file @
72579724
...
...
@@ -1142,6 +1142,7 @@ static void test_keyExchange_baseDSS(HCRYPTPROV hProv, const struct keyExchange_
/* Import the public key and convert it into a shared key */
result
=
CryptImportKey
(
hProv
,
pubKeyBuffer2
,
pubKeyLen2
,
privKey1
,
0
,
&
sessionKey1
);
ok
((
!
result
&&
GetLastError
()
==
ERROR_INVALID_PARAMETER
)
||
broken
(
!
result
&&
GetLastError
()
==
NTE_BAD_DATA
)
||
/* Vista.64 */
broken
(
!
result
&&
GetLastError
()
==
NTE_BAD_TYPE
)
||
/* Win2K-W2K8, Win7.64 */
broken
(
!
result
&&
GetLastError
()
==
NTE_BAD_ALGID
)
||
/* W7SP164 (32 bit dssenh) */
broken
(
result
),
/* WinNT4 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment