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
7d4bc850
Commit
7d4bc850
authored
Dec 02, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Make some functions and variables static.
parent
8449f63c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
encode.c
dlls/crypt32/encode.c
+1
-1
msg.c
dlls/crypt32/msg.c
+1
-1
rootstore.c
dlls/crypt32/rootstore.c
+1
-1
No files found.
dlls/crypt32/encode.c
View file @
7d4bc850
...
...
@@ -3164,7 +3164,7 @@ static BOOL WINAPI CRYPT_AsnEncodeBitsSwapBytes(DWORD dwCertEncodingType,
return
ret
;
}
BOOL
WINAPI
CRYPT_AsnEncodeInt
(
DWORD
dwCertEncodingType
,
static
BOOL
WINAPI
CRYPT_AsnEncodeInt
(
DWORD
dwCertEncodingType
,
LPCSTR
lpszStructType
,
const
void
*
pvStructInfo
,
DWORD
dwFlags
,
PCRYPT_ENCODE_PARA
pEncodePara
,
BYTE
*
pbEncoded
,
DWORD
*
pcbEncoded
)
{
...
...
dlls/crypt32/msg.c
View file @
7d4bc850
...
...
@@ -46,7 +46,7 @@ typedef BOOL (*CryptMsgUpdateFunc)(HCRYPTMSG hCryptMsg, const BYTE *pbData,
typedef
BOOL
(
*
CryptMsgControlFunc
)(
HCRYPTMSG
hCryptMsg
,
DWORD
dwFlags
,
DWORD
dwCtrlType
,
const
void
*
pvCtrlPara
);
BOOL
CRYPT_DefaultMsgControl
(
HCRYPTMSG
hCryptMsg
,
DWORD
dwFlags
,
static
BOOL
CRYPT_DefaultMsgControl
(
HCRYPTMSG
hCryptMsg
,
DWORD
dwFlags
,
DWORD
dwCtrlType
,
const
void
*
pvCtrlPara
)
{
TRACE
(
"(%p, %08x, %d, %p)
\n
"
,
hCryptMsg
,
dwFlags
,
dwCtrlType
,
pvCtrlPara
);
...
...
dlls/crypt32/rootstore.c
View file @
7d4bc850
...
...
@@ -663,7 +663,7 @@ static const BYTE rootcertauthority[] = {
0xf8
,
0x04
,
0x4d
,
0x30
,
0x92
,
0x3d
,
0x6e
,
0x21
,
0x14
,
0x21
,
0xc9
,
0x3d
,
0xe0
,
0xc3
,
0xfd
,
0x8a
,
0x6b
,
0x9d
,
0x4a
,
0xfd
,
0xd1
,
0xa1
,
0x9d
,
0x99
,
0x43
,
0x77
,
0x3f
,
0xb0
,
0xda
};
struct
CONST_BLOB
{
st
atic
const
st
ruct
CONST_BLOB
{
const
BYTE
*
pb
;
DWORD
cb
;
}
msRootCerts
[]
=
{
...
...
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