Diff for /embedaddon/lighttpd/src/md5.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2016/11/02 10:35:00
Line 1 Line 1
   #include "first.h"
   
 /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm  /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
  */   */
   
Line 23  These notices must be retained in any copies of any pa Line 25  These notices must be retained in any copies of any pa
 documentation and/or software.  documentation and/or software.
  */   */
   
 #ifdef HAVE_CONFIG_H  
 # include "config.h"  
 #endif  
   
   #include "md5.h"
   
 #ifndef USE_OPENSSL  #ifndef USE_OPENSSL
 #include <string.h>  #include <string.h>
   
 #include "md5.h"  
   
 /* Constants for MD5Transform routine.  /* Constants for MD5Transform routine.
  */   */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>