X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=stripkey.c;h=13aeb1d23b3d22014f855109db34495805edb189;hb=666b0d041ecf22f2b4936d3b04a98e5807f55877;hp=414c1633c939be58677370755098faa7d7d5110b;hpb=33cfd5887ea8d05241b5b4749abbf7fdfadb51fe;p=onak.git diff --git a/stripkey.c b/stripkey.c index 414c163..13aeb1d 100644 --- a/stripkey.c +++ b/stripkey.c @@ -83,8 +83,8 @@ int main(int argc, char** argv) { } } } - flatten_publickey( key, &packets, &list_end ); } + flatten_publickey( keys, &packets, &list_end ); write_openpgp_stream( stdout_putchar, NULL, packets ); return 0; }