Difference for server/main.c from version 1.63 to 1.64


version 1.63 version 1.64
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.63 2002/07/15 04:57:13 mwedel Exp $";   *    "$Id: main.c,v 1.64 2002/09/04 05:17:06 mwedel Exp $";
  */   */
   
 /*  /*
Line 172
 
Line 172
 #  ifdef HAVE_LIBDES  #  ifdef HAVE_LIBDES
     return (char*)des_crypt(str,s);      return (char*)des_crypt(str,s);
 #  endif  #  endif
 #endif  
     /* Default case - just use crypt */      /* Default case - just use crypt */
     return (char*)crypt(str,s);      return (char*)crypt(str,s);
   #endif
 }  }
   
 int check_password(char *typed,char *crypted) {  int check_password(char *typed,char *crypted) {


Legend:
line(s) removed in v.1.63 
line(s) changed
 line(s) added in v.1.64

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:36