X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_pgpkey.h;h=6aedee3d21a5e0fa713639185a3f20f9fc8159b2;hb=981577922c4384c7cd349217e49e75a658fd5882;hp=32331dba8872992cfdd15bb0d6906ef36f0f8280;hpb=0635a37ba8375692536a390216a01cf5842c1d28;p=vlc diff --git a/include/vlc_pgpkey.h b/include/vlc_pgpkey.h index 32331dba88..6aedee3d21 100644 --- a/include/vlc_pgpkey.h +++ b/include/vlc_pgpkey.h @@ -32,6 +32,7 @@ static uint8_t videolan_public_key_longid[8] = { 0x8B, 0x08, 0x52, 0x31, 0xD0, 0x38, 0x35, 0x37 }; +/* gpg --export --armor "VideoLAN Release"|sed -e s/^/\"/ -e s/\$/\\\\n\"/ */ static uint8_t videolan_public_key[] = { "-----BEGIN PGP PUBLIC KEY BLOCK-----\n" "Version: GnuPG v2.0.4 (FreeBSD)\n" @@ -78,4 +79,3 @@ static uint8_t videolan_public_key[] = { "=Ic/K\n" "-----END PGP PUBLIC KEY BLOCK-----\n" }; -