[BACK]Return to sshd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.c between version 1.195.2.1 and 1.195.2.2

version 1.195.2.1, 2001/09/27 19:03:55 version 1.195.2.2, 2001/11/15 00:15:19
Line 71 
Line 71 
 #include "auth.h"  #include "auth.h"
 #include "misc.h"  #include "misc.h"
 #include "dispatch.h"  #include "dispatch.h"
   #include "channels.h"
   
 #ifdef LIBWRAP  #ifdef LIBWRAP
 #include <tcpd.h>  #include <tcpd.h>
Line 656 
Line 657 
                 }                  }
         }          }
         SSLeay_add_all_algorithms();          SSLeay_add_all_algorithms();
           channel_set_af(IPv4or6);
   
         /*          /*
          * Force logging to stderr until we have loaded the private host           * Force logging to stderr until we have loaded the private host

Legend:
Removed from v.1.195.2.1  
changed lines
  Added in v.1.195.2.2