comparison src/md5.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 7df0dd720c89
children 064ab7fed2e0
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
25 #ifdef HAVE_CONFIG_H 25 #ifdef HAVE_CONFIG_H
26 # include <config.h> 26 # include <config.h>
27 #endif 27 #endif
28 28
29 #include <sys/types.h> 29 #include <sys/types.h>
30
31 #include <stdlib.h>
32 #include <string.h> 30 #include <string.h>
33
34 #include <stdio.h> 31 #include <stdio.h>
35 32
36 #if defined HAVE_LIMITS_H || _LIBC 33 #if defined HAVE_LIMITS_H || _LIBC
37 # include <limits.h> 34 # include <limits.h>
38 #endif 35 #endif