X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=splitkeys.c;h=86a83632a3baf786fac8b9cf2373cae03de041c0;hb=0211c730256c9bbaf10a569c88f7df0ef882311e;hp=4f6365596a2c3c1a692f3155adf5c61c5261f0da;hpb=98ee16938c903e9d1d5bb9b720f9cfef1fa2ec0a;p=onak.git diff --git a/splitkeys.c b/splitkeys.c index 4f63655..86a8363 100644 --- a/splitkeys.c +++ b/splitkeys.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2003 Project Purple - * - * $Id: splitkeys.c,v 1.3 2003/10/03 23:34:06 noodles Exp $ */ #include @@ -19,6 +17,7 @@ #include "log.h" #include "mem.h" #include "onak-conf.h" +#include "openpgp.h" #include "parsekey.h" int main(int argc, char *argv[]) @@ -42,7 +41,7 @@ int main(int argc, char *argv[]) } } - readconfig(); + readconfig(NULL); initlogthing("splitkeys", config.logfile); do { @@ -54,7 +53,8 @@ int main(int argc, char *argv[]) tmp = list_end; list_end = list_end->next; if (list_end->next == NULL && - list_end->packet->tag == 6) { + list_end->packet->tag == + OPENPGP_PACKET_PUBLICKEY) { tmp->next = NULL; } }