create a lib-hash.a with sha1 and md5.
[apps/madmutt.git] / lib-hash / hash.h
similarity index 93%
rename from crypthash.h
rename to lib-hash/hash.h
index ab2234e..23e77c8 100644 (file)
@@ -23,4 +23,7 @@
 /* POINTER defines a generic pointer type */
 typedef unsigned char *POINTER;
 
 /* POINTER defines a generic pointer type */
 typedef unsigned char *POINTER;
 
+#include "sha1.h"
+#include "md5.h"
+
 #endif
 #endif