1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Add new photo ID files and modify gpgsplit to name attribute packets

properly
This commit is contained in:
David Shaw 2001-12-21 23:09:41 +00:00
parent d560bdac18
commit 48468e8b25
6 changed files with 737 additions and 1 deletions

View file

@ -158,7 +158,7 @@ pkttype_to_string (int pkttype)
case PKT_USER_ID : s = "user_id"; break;
case PKT_PUBLIC_SUBKEY : s = "public_subkey"; break;
case PKT_OLD_COMMENT : s = "old_comment"; break;
case PKT_PHOTO_ID : s = "photo_id"; break;
case PKT_ATTRIBUTE : s = "attribute"; break;
case PKT_ENCRYPTED_MDC : s = "encrypted_mdc"; break;
case PKT_MDC : s = "mdc"; break;
case PKT_COMMENT : s = "comment"; break;