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

Diff for /src/usr.bin/openssl/s_client.c between version 1.20 and 1.21

version 1.20, 2015/10/06 03:29:49 version 1.21, 2015/10/10 22:28:51
Line 364 
Line 364 
         int enable_timeouts = 0;          int enable_timeouts = 0;
         long socket_mtu = 0;          long socket_mtu = 0;
   
           if (single_execution) {
                   if (pledge("stdio inet rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         meth = SSLv23_client_method();          meth = SSLv23_client_method();
   
         c_Pause = 0;          c_Pause = 0;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21