[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.25 and 1.26

version 1.25, 2015/11/21 16:04:20 version 1.26, 2015/12/01 01:24:47
Line 365 
Line 365 
         long socket_mtu = 0;          long socket_mtu = 0;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio inet dns rpath wpath cpath tty", NULL) == -1) {                  if (pledge("stdio inet dns rpath wpath cpath tty dns", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                         exit(1);                          exit(1);
                 }                  }

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26