Difference for server/main.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.17 2000/12/15 03:09:20 peterm Exp $";   *    "$Id: main.c,v 1.18 2000/12/18 07:38:25 cvs Exp $";
  */   */
   
 /*  /*
Line 151
 
Line 151
   else    else
     s[0]= salt[0],      s[0]= salt[0],
     s[1]= salt[1];      s[1]= salt[1];
 #ifdef HAVE_DES_H  #ifdef HAVE_LIBDES
   return (char*)des_crypt(str,s);    return (char*)des_crypt(str,s);
 #else  #else
   return (char*)crypt(str,s);    return (char*)crypt(str,s);


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

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