[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.19 and 1.20

version 1.19, 2015/10/06 03:29:49 version 1.20, 2015/10/10 22:28:51
Line 603 
Line 603 
         tlsextnextprotoctx next_proto = { NULL, 0 };          tlsextnextprotoctx next_proto = { NULL, 0 };
         const char *alpn_in = NULL;          const char *alpn_in = NULL;
         tlsextalpnctx alpn_ctx = { NULL, 0 };          tlsextalpnctx alpn_ctx = { NULL, 0 };
   
           if (single_execution) {
                   if (pledge("stdio inet rpath", NULL) == -1)
                           perror("pledge");
           }
   
         meth = SSLv23_server_method();          meth = SSLv23_server_method();
   
         local_argc = argc;          local_argc = argc;

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