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

Diff for /src/usr.bin/ssh/ssh.c between version 1.444 and 1.445

version 1.444, 2016/07/16 06:57:55 version 1.445, 2016/07/17 04:20:16
Line 62 
Line 62 
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
 #include <limits.h>  #include <limits.h>
   #include <locale.h>
   
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
 #include <openssl/evp.h>  #include <openssl/evp.h>
Line 561 
Line 562 
          * don't set the modes explicitly.           * don't set the modes explicitly.
          */           */
         umask(022);          umask(022);
   
           setlocale(LC_CTYPE, "");
   
         /*          /*
          * Initialize option structure to indicate that no values have been           * Initialize option structure to indicate that no values have been

Legend:
Removed from v.1.444  
changed lines
  Added in v.1.445