summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
26d6697)
We don't need to dump everything as we go, and will end up dumping
more than we intend (as we'll dump all of the keys still to go).
- flatten_publickey( key, &packets, &list_end );
+ flatten_publickey( keys, &packets, &list_end );
write_openpgp_stream( stdout_putchar, NULL, packets );
return 0;
}
write_openpgp_stream( stdout_putchar, NULL, packets );
return 0;
}