[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.20 and 1.21

version 1.20, 2015/10/10 22:28:51 version 1.21, 2015/10/17 07:51:10
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", NULL) == -1)                  if (pledge("stdio inet rpath tty", NULL) == -1)
                         perror("pledge");                          perror("pledge");
         }          }
   

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