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

Diff for /src/usr.bin/openssl/certhash.c between version 1.14 and 1.15

version 1.14, 2015/11/20 16:16:59 version 1.15, 2017/01/20 08:57:11
Line 649 
Line 649 
         int i, cwdfd, ret = 0;          int i, cwdfd, ret = 0;
   
         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.14  
changed lines
  Added in v.1.15