X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/26d66979a4af09a16981527e6465bc73bd00f302..bf8716058fd535ccec14727f58cf1fcf032695a2:/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; }