[BACK]Return to md5hl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / md

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/md/md5hl.c between version 1.6 and 1.7

version 1.6, 2005/06/12 05:34:34 version 1.7, 2005/09/26 03:01:41
Line 11  __RCSID("$NetBSD$");
Line 11  __RCSID("$NetBSD$");
 #endif /* LIBC_SCCS and not lint */  #endif /* LIBC_SCCS and not lint */
   
 #define MDALGORITHM     MD5  #define MDALGORITHM     MD5
   #define MDINCLUDE       <md5.h>
   
 #include "namespace.h"  
 #include <md5.h>  
   
 #if HAVE_NBTOOL_CONFIG_H  
 #include "nbtool_config.h"  
 #endif  
   
 #if !HAVE_MD5_H  
 #include "mdXhl.c"  #include "mdXhl.c"
 #endif  

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>