[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.23 and 1.24

version 1.23, 2015/10/17 15:00:11 version 1.24, 2015/11/21 16:03:06
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 dns", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                         exit(1);                          exit(1);
                 }                  }

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