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
9f1dd10a
Commit
9f1dd10a
authored
May 24, 2006
by
Juan Lang
Committed by
Alexandre Julliard
May 25, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Move cert functions that don't depend on the implementation of stores to cert.c.
parent
d5f95961
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
cert.c
dlls/crypt32/cert.c
+0
-0
crypt32_private.h
dlls/crypt32/crypt32_private.h
+2
-0
store.c
dlls/crypt32/store.c
+0
-0
No files found.
dlls/crypt32/cert.c
View file @
9f1dd10a
This diff is collapsed.
Click to expand it.
dlls/crypt32/crypt32_private.h
View file @
9f1dd10a
...
@@ -94,6 +94,8 @@ extern PCWINE_CONTEXT_INTERFACE pCTLInterface;
...
@@ -94,6 +94,8 @@ extern PCWINE_CONTEXT_INTERFACE pCTLInterface;
const
void
*
CRYPT_ReadSerializedElement
(
const
BYTE
*
pbElement
,
const
void
*
CRYPT_ReadSerializedElement
(
const
BYTE
*
pbElement
,
DWORD
cbElement
,
DWORD
dwContextTypeFlags
,
DWORD
*
pdwContentType
);
DWORD
cbElement
,
DWORD
dwContextTypeFlags
,
DWORD
*
pdwContentType
);
DWORD
CertStore_GetAccessState
(
HCERTSTORE
hCertStore
);
/**
/**
* Context functions
* Context functions
*/
*/
...
...
dlls/crypt32/store.c
View file @
9f1dd10a
This diff is collapsed.
Click to expand it.
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