create a lib-hash.a with sha1 and md5.
[apps/madmutt.git] / lib-hash / sha1.h
similarity index 96%
rename from sha1.h
rename to lib-hash/sha1.h
index 33eebbf..be98e81 100644 (file)
--- a/sha1.h
@@ -9,7 +9,7 @@
 #ifndef _SHA1_H
 # define _SHA1_H
 
-#include "crypthash.h"
+#include "hash.h"
 
 typedef struct {
   uint32_t state[5];