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

Diff for /src/usr.bin/openssl/s_server.c between version 1.22 and 1.23

version 1.22, 2015/10/17 15:00:11 version 1.23, 2015/12/01 12:04:51
Line 605 
Line 605 
         tlsextalpnctx alpn_ctx = { NULL, 0 };          tlsextalpnctx alpn_ctx = { NULL, 0 };
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio inet rpath tty", NULL) == -1) {                  if (pledge("stdio inet dns rpath tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                         exit(1);                          exit(1);
                 }                  }

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