[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.35 and 1.36

version 1.35, 2022/08/31 12:29:08 version 1.36, 2022/11/11 17:07:39
Line 236 
Line 236 
 {  {
         int ret = 1;          int ret = 1;
   
         if (single_execution) {          if (pledge("stdio rpath inet dns", NULL) == -1) {
                 if (pledge("stdio rpath inet dns", NULL) == -1) {                  perror("pledge");
                         perror("pledge");                  exit(1);
                         exit(1);  
                 }  
         }          }
   
         s_time_meth = TLS_client_method();          s_time_meth = TLS_client_method();

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36