This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.
[Samba.git] / source / include / md5.h
blob9f7580bda50946906ddc876802e6066a850a6ff2
1 /*
2 Unix SMB/Netbios implementation.
3 Version 2.0.
5 This code comes directly from the ssh-1.2.27 sources.
7 */
9 #ifndef MD5_H
10 #define MD5_H
12 struct MD5Context
14 uint32 buf[4];
15 uint32 bits[2];
16 uchar in[64];
19 #endif /* !MD5_H */