X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=stripkey.c;h=13aeb1d23b3d22014f855109db34495805edb189;hb=bf8716058fd535ccec14727f58cf1fcf032695a2;hp=414c1633c939be58677370755098faa7d7d5110b;hpb=26d66979a4af09a16981527e6465bc73bd00f302;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; }