Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ecb04218
Commit
ecb04218
authored
Sep 10, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Public keys should be constant data
parent
e7c2da6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/vlc_pgpkey.h
include/vlc_pgpkey.h
+2
-2
No files found.
include/vlc_pgpkey.h
View file @
ecb04218
...
@@ -14,12 +14,12 @@
...
@@ -14,12 +14,12 @@
* expirates on 2013-01-31
* expirates on 2013-01-31
*/
*/
static
uint8_t
videolan_public_key_longid
[
8
]
=
{
static
const
uint8_t
videolan_public_key_longid
[
8
]
=
{
0xA7
,
0x41
,
0x54
,
0x9F
,
0x59
,
0xED
,
0x29
,
0x87
0xA7
,
0x41
,
0x54
,
0x9F
,
0x59
,
0xED
,
0x29
,
0x87
};
};
/* gpg --export --armor "<id>"|sed -e s/^/\"/ -e s/\$/\\\\n\"/ */
/* gpg --export --armor "<id>"|sed -e s/^/\"/ -e s/\$/\\\\n\"/ */
static
uint8_t
videolan_public_key
[]
=
{
static
const
uint8_t
videolan_public_key
[]
=
{
"-----BEGIN PGP PUBLIC KEY BLOCK-----
\n
"
"-----BEGIN PGP PUBLIC KEY BLOCK-----
\n
"
"Version: GnuPG v1.4.11 (GNU/Linux)
\n
"
"Version: GnuPG v1.4.11 (GNU/Linux)
\n
"
"
\n
"
"
\n
"
...
...
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