[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.22 and 1.23

version 1.22, 2015/10/17 07:51:10 version 1.23, 2015/10/17 15:00:11
Line 365 
Line 365 
         long socket_mtu = 0;          long socket_mtu = 0;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio inet rpath wpath cpath tty", NULL) == -1)                  if (pledge("stdio inet rpath wpath cpath tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         meth = SSLv23_client_method();          meth = SSLv23_client_method();

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23