/[radius]/radius/lib/md5crypt.c
ViewVC logotype

Diff of /radius/lib/md5crypt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gray, Fri Apr 18 05:27:09 2003 UTC revision 1.4 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 10  Line 10 
10   *   *
11   */   */
12    
 #if defined(LIBC_SCCS) && !defined(lint)  
 static char rcsid[] = "$Id$";  
 #endif /* LIBC_SCCS and not lint */  
   
13  #if defined(HAVE_CONFIG_H)  #if defined(HAVE_CONFIG_H)
14  # include <config.h>  # include <config.h>
15  #endif  #endif
# Line 22  static char rcsid[] = "$Id$"; Line 18  static char rcsid[] = "$Id$";
18  #include <stdio.h>  #include <stdio.h>
19  #include <sysdep.h>  #include <sysdep.h>
20  #include <md5.h>  #include <md5.h>
21    #if defined(HAVE_CRYPT_H)
22    # include <crypt.h>
23    #endif
24    
25  static unsigned char itoa64[] =         /* 0 ... 63 => ascii - 64 */  static unsigned char itoa64[] =         /* 0 ... 63 => ascii - 64 */
26          "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";          "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26