Difference for server/main.c from version 1.114 to 1.115


version 1.114 version 1.115
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.114 2006/05/05 09:26:35 ryo_saeba Exp $";   *    "$Id: main.c,v 1.115 2006/05/05 09:47:40 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 162
 
Line 162
 #if defined(WIN32) || (defined(__FreeBSD__) && !defined(HAVE_LIBDES))  #if defined(WIN32) || (defined(__FreeBSD__) && !defined(HAVE_LIBDES))
     return(str);      return(str);
 #else  #else
     static char *c=      static const char *c=
  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./";   "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./";
     char s[2];      char s[2];
   


Legend:
line(s) removed in v.1.114 
line(s) changed
 line(s) added in v.1.115

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