drop the old string API fully.
[apps/madmutt.git] / pgppacket.c
index 7fd8962..39ebdf2 100644 (file)
 #include <time.h>
 
 #include <lib-lib/mem.h>
+#include <lib-hash/hash.h>
 
-#include "sha1.h"
 #include "lib.h"
 #include "pgplib.h"
 #include "pgppacket.h"
 
-#include "lib/mem.h"
-
 #define CHUNKSIZE 1024
 
 static unsigned char *pbuf = NULL;