tint2conf: Speed up load

This commit is contained in:
o9000
2017-03-04 15:10:44 +01:00
parent 6931a37e95
commit de982b9ada
6 changed files with 310 additions and 28 deletions

7
src/tint2conf/md4.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef MD4_H
#define MD4_H
#define MD4_HEX_SIZE 33
void md4hexf(const char *path, char *hash);
#endif