[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.21 and 1.22

version 1.21, 2015/10/17 07:51:10 version 1.22, 2015/10/17 15:00:11
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 rpath tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         meth = SSLv23_server_method();          meth = SSLv23_server_method();

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