Files
tint2/src/tint2conf/md4.h
2017-03-04 15:10:44 +01:00

8 lines
105 B
C

#ifndef MD4_H
#define MD4_H
#define MD4_HEX_SIZE 33
void md4hexf(const char *path, char *hash);
#endif