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

Diff for /src/usr.bin/openssl/crl2p7.c between version 1.6 and 1.7

version 1.6, 2015/10/17 15:00:11 version 1.7, 2017/01/20 08:57:11
Line 170 
Line 170 
         int ret = 1;          int ret = 1;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath", NULL) == -1) {                  if (pledge("stdio cpath wpath rpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                         exit(1);                          exit(1);
                 }                  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7