X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=stripkey.c;h=af1578472a174aa5356ba287e9efdd50b2f70f6d;hp=e0fb5e38a56957699c70b7630ca1e7291b2e2a48;hb=3da81770b841f841c5145f91a9ccedc296e13f4b;hpb=e0dd4d10f385cd19da389ec66622eea8aa66ae59 diff --git a/stripkey.c b/stripkey.c index e0fb5e3..af15784 100644 --- a/stripkey.c +++ b/stripkey.c @@ -13,30 +13,19 @@ * 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 +#include #include #include -#include -#include -#include -#include "armor.h" #include "charfuncs.h" #include "cleankey.h" -#include "keydb.h" #include "keyid.h" -#include "keyindex.h" #include "keystructs.h" -#include "log.h" #include "mem.h" -#include "merge.h" -#include "onak-conf.h" #include "parsekey.h" -#include "photoid.h" #include "decodekey.h" int main(int argc, char** argv) { @@ -60,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;