Switch to unified view
a/src/utils/md5ut.cpp | b/src/utils/md5ut.cpp | ||
---|---|---|---|
... |
... |
||
14 | * Free Software Foundation, Inc., |
14 | * Free Software Foundation, Inc., |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 | #ifndef TEST_MD5 |
18 | #ifndef TEST_MD5 |
19 | #include "autoconfig.h" |
||
20 | |||
19 | #include <stdio.h> |
21 | #include <stdio.h> |
20 | #include <string.h> |
22 | #include <string.h> |
21 | 23 | ||
22 | #include "md5ut.h" |
24 | #include "md5ut.h" |
23 | 25 |