Commit 14149265 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix misleading comment (it uses the 2007 key if you have both 2008 and 2007 available)

parent cc84f896
...@@ -32,7 +32,7 @@ static uint8_t videolan_public_key_longid[8] = { ...@@ -32,7 +32,7 @@ static uint8_t videolan_public_key_longid[8] = {
0x8B, 0x08, 0x52, 0x31, 0xD0, 0x38, 0x35, 0x37 0x8B, 0x08, 0x52, 0x31, 0xD0, 0x38, 0x35, 0x37
}; };
/* gpg --export --armor "VideoLAN Release"|sed -e s/^/\"/ -e s/\$/\\\\n\"/ */ /* gpg --export --armor "<id>"|sed -e s/^/\"/ -e s/\$/\\\\n\"/ */
static uint8_t videolan_public_key[] = { static uint8_t videolan_public_key[] = {
"-----BEGIN PGP PUBLIC KEY BLOCK-----\n" "-----BEGIN PGP PUBLIC KEY BLOCK-----\n"
"Version: GnuPG v2.0.4 (FreeBSD)\n" "Version: GnuPG v2.0.4 (FreeBSD)\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment