comparison md5.h @ 86:8796d6c029b1 src

Fix undefined variable warning in md5.h. Patch by Erik Auerswald.
author rathann
date Sun, 06 Oct 2013 21:39:42 +0000
parents 98951f8ec89c
children
comparison
equal deleted inserted replaced
85:06fed92263cd 86:8796d6c029b1
21 #ifndef LIBDVDREAD_MD5_H 21 #ifndef LIBDVDREAD_MD5_H
22 #define LIBDVDREAD_MD5_H 22 #define LIBDVDREAD_MD5_H
23 23
24 #include <stdio.h> 24 #include <stdio.h>
25 25
26 #if defined HAVE_LIMITS_H || _LIBC 26 #if defined HAVE_LIMITS_H || defined _LIBC
27 # include <limits.h> 27 # include <limits.h>
28 #endif 28 #endif
29 29
30 /* The following contortions are an attempt to use the C preprocessor 30 /* The following contortions are an attempt to use the C preprocessor
31 to determine an unsigned integral type that is 32 bits wide. An 31 to determine an unsigned integral type that is 32 bits wide. An