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

Diff for /src/usr.bin/openssl/s_time.c between version 1.13 and 1.14

version 1.13, 2015/10/10 22:28:51 version 1.14, 2015/10/17 15:00:11
Line 259 
Line 259 
         int ver;          int ver;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio inet rpath", NULL) == -1)                  if (pledge("stdio inet rpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         s_time_meth = SSLv23_client_method();          s_time_meth = SSLv23_client_method();

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14