[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.12 and 1.13

version 1.12, 2015/10/10 22:28:51 version 1.13, 2015/10/17 15:00:11
Line 650 
Line 650 
         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 rpath wpath cpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         memset(&certhash_config, 0, sizeof(certhash_config));          memset(&certhash_config, 0, sizeof(certhash_config));

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