X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb.c;h=cfcf75ceaba7757ca0e3fcd1b4dd7b981c9cdcaa;hb=63024252ef5bc13b0b920112b91c1945e0cc6f13;hp=354255fecea07fce1b9ca6a2e64aacbdecf9ab7a;hpb=5cb3cfdb9d8caa6d7a4a1979c50c46896957b934;p=onak.git diff --git a/keydb.c b/keydb.c index 354255f..cfcf75c 100644 --- a/keydb.c +++ b/keydb.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 . */ /** @@ -25,6 +24,7 @@ * slower than custom functions however. */ +#include #include #include "decodekey.h" @@ -32,11 +32,12 @@ #include "keydb.h" #include "keyid.h" #include "keystructs.h" +#include "ll.h" #include "mem.h" #include "merge.h" #include "openpgp.h" -#include "parsekey.h" #include "sendsync.h" +#include "stats.h" #ifdef NEED_KEYID2UID /**