]> the.earth.li Git - onak.git/blobdiff - stripkey.c
Fix compilation with later versions of Nettle
[onak.git] / stripkey.c
index 5579236cdedb143faf0deeed22d2a5e8289d8d9b..af1578472a174aa5356ba287e9efdd50b2f70f6d 100644 (file)
@@ -49,7 +49,7 @@ int main(int argc, char** argv) {
   parse_keys( packets, &keys );
   free_packet_list(packets);
   packets = NULL;
-  cleankeys(&keys, ONAK_CLEAN_ALL);
+  cleankeys(NULL, &keys, ONAK_CLEAN_ALL);
   /* Iterate over the keys... */
   for( key = keys; key; key = key->next ) {
     uint64_t keyid;