X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/33cfd5887ea8d05241b5b4749abbf7fdfadb51fe..d38e1f468376f8b19b208f2da4d20cb2919875dd:/stripkey.c 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; }