X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=stripkey.c;h=af1578472a174aa5356ba287e9efdd50b2f70f6d;hb=6d60149434eed130c201d4d670ce7b3be5c2866b;hp=8aed81005bee3b8e37f16dc72830380752b8177d;hpb=0c120d1895d25b59abe338862189be1b87447569;p=onak.git diff --git a/stripkey.c b/stripkey.c index 8aed810..af15784 100644 --- a/stripkey.c +++ b/stripkey.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -50,7 +49,7 @@ int main(int argc, char** argv) { parse_keys( packets, &keys ); free_packet_list(packets); packets = NULL; - cleankeys( keys ); + cleankeys(NULL, &keys, ONAK_CLEAN_ALL); /* Iterate over the keys... */ for( key = keys; key; key = key->next ) { uint64_t keyid;