X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=stripkey.c;h=5579236cdedb143faf0deeed22d2a5e8289d8d9b;hp=f845f346c8549cadb51978607e3240ce5e449854;hb=a0d1c99184eeb07a6a7711e168c3db4b8c0937eb;hpb=5719b2b50c87d77e4ed1cc054f000845fc9aa8cc diff --git a/stripkey.c b/stripkey.c index f845f34..5579236 100644 --- a/stripkey.c +++ b/stripkey.c @@ -49,7 +49,7 @@ int main(int argc, char** argv) { parse_keys( packets, &keys ); free_packet_list(packets); packets = NULL; - cleankeys( keys ); + cleankeys(&keys, ONAK_CLEAN_ALL); /* Iterate over the keys... */ for( key = keys; key; key = key->next ) { uint64_t keyid;