diff options
Diffstat (limited to 'g10/keylist.c')
-rw-r--r-- | g10/keylist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index 594ed4fd1..62194d823 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -667,7 +667,6 @@ reorder_keyblock (KBNODE keyblock) primary = primary2 = node; for (node=node->next; node; primary2=node, node = node->next ) { if( node->pkt->pkttype == PKT_USER_ID - || node->pkt->pkttype == PKT_PHOTO_ID || node->pkt->pkttype == PKT_PUBLIC_SUBKEY || node->pkt->pkttype == PKT_SECRET_SUBKEY ) { break; |