]> git.sesse.net Git - vlc/commitdiff
Fix misleading comment (it uses the 2007 key if you have both 2008 and 2007 available)
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 19 Sep 2008 22:15:54 +0000 (00:15 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 19 Sep 2008 22:16:29 +0000 (00:16 +0200)
include/vlc_pgpkey.h

index 6aedee3d21a5e0fa713639185a3f20f9fc8159b2..7b193c474877b5e5c96589dc2363eef01dc0403e 100644 (file)
@@ -32,7 +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\"/ */
+/* gpg --export --armor "<id>"|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"