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

Diff for /src/usr.bin/openssl/ca.c between version 1.17 and 1.18

version 1.17, 2015/10/10 22:28:51 version 1.18, 2015/10/17 07:51:10
Line 287 
Line 287 
         DB_ATTR db_attr;          DB_ATTR db_attr;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath", NULL) == -1)                  if (pledge("stdio rpath wpath cpath tty", NULL) == -1)
                         perror("pledge");                          perror("pledge");
         }          }
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18