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
5c898585
Commit
5c898585
authored
Oct 05, 2006
by
Paul Vriens
Committed by
Alexandre Julliard
Oct 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Cast-qual warnings fix.
parent
6bcc5ae9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
protectdata.c
dlls/crypt32/tests/protectdata.c
+3
-3
No files found.
dlls/crypt32/tests/protectdata.c
View file @
5c898585
...
...
@@ -27,9 +27,9 @@
#include "wine/test.h"
static
c
onst
char
*
secret
=
"I am a super secret string that no one can see!"
;
static
c
onst
char
*
secret2
=
"I am a super secret string indescribable string"
;
static
c
onst
char
*
key
=
"Wibble wibble wibble"
;
static
c
har
secret
[]
=
"I am a super secret string that no one can see!"
;
static
c
har
secret2
[]
=
"I am a super secret string indescribable string"
;
static
c
har
key
[]
=
"Wibble wibble wibble"
;
static
const
WCHAR
desc
[]
=
{
'U'
,
'l'
,
't'
,
'r'
,
'a'
,
' '
,
's'
,
'e'
,
'c'
,
'r'
,
'e'
,
't'
,
' '
,
't'
,
'e'
,
's'
,
't'
,
' '
,
'm'
,
'e'
,
's'
,
's'
,
'a'
,
'g'
,
'e'
,
0
};
static
BOOL
protected
=
FALSE
;
/* if true, the unprotect tests can run */
static
DATA_BLOB
cipher
;
...
...
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