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
5adeae16
Commit
5adeae16
authored
Sep 28, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 01, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintrust: Implement SoftpubDefCertInit.
parent
661525c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
softpub.c
dlls/wintrust/softpub.c
+13
-0
wintrust.spec
dlls/wintrust/wintrust.spec
+1
-1
No files found.
dlls/wintrust/softpub.c
View file @
5adeae16
...
...
@@ -27,6 +27,19 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
wintrust
);
HRESULT
WINAPI
SoftpubDefCertInit
(
CRYPT_PROVIDER_DATA
*
data
)
{
HRESULT
ret
=
S_FALSE
;
TRACE
(
"(%p)
\n
"
,
data
);
if
(
data
->
padwTrustStepErrors
&&
!
data
->
padwTrustStepErrors
[
TRUSTERROR_STEP_FINAL_WVTINIT
])
ret
=
S_OK
;
TRACE
(
"returning %08x
\n
"
,
ret
);
return
ret
;
}
HRESULT
WINAPI
SoftpubInitialize
(
CRYPT_PROVIDER_DATA
*
data
)
{
HRESULT
ret
=
S_FALSE
;
...
...
dlls/wintrust/wintrust.spec
View file @
5adeae16
...
...
@@ -59,7 +59,7 @@
@ stdcall SoftpubAuthenticode(ptr)
@ stdcall SoftpubCheckCert(ptr long long long)
@ stdcall SoftpubCleanup(ptr)
@ st
ub SoftpubDefCertInit
@ st
dcall SoftpubDefCertInit(ptr)
@ stdcall SoftpubDllRegisterServer()
@ stdcall SoftpubDllUnregisterServer()
@ stub SoftpubDumpStructure
...
...
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