Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 17 Mar 2013 01:47:44 +0100
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Missing agilekeychain format

2013/3/17 Lukas Odzioba <lukas.odzioba@...il.com>:
> We might have some sort of a problem. When I build john I see that
> agilekeychain_fmt_plug.c is compiled to agilekeychain_fmt_plug.o.
> But this format is not listed in ./john output nor available for
> ./john -test -fo=agilekeychain.


This helped as a quick fix but I am not sure where is the root cause.

make clean && make macosx-x86-64
rm ../run/john
echo "extern struct fmt_main fmt_agile_keychain;" > fmt_externs.h
echo "john_register_one(&fmt_agile_keychain);" > fmt_registers.h
make macosx-x86-64

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.