1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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

@ -1,3 +1,7 @@
2001-12-21 David Shaw <dshaw@jabberwocky.com>
* gpgsplit.c (pkttype_to_string): PKT_PHOTO_ID -> PKT_ATTRIBUTE
2001-10-23 Werner Koch <wk@gnupg.org>
* Makefile.am (gpgsplit_LDADD): Add ZLIBS.

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;