[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.11 and 1.12

version 1.11, 2015/10/02 18:05:07 version 1.12, 2015/10/10 22:28:51
Line 649 
Line 649 
         int argsused;          int argsused;
         int i, cwdfd, ret = 0;          int i, cwdfd, ret = 0;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&certhash_config, 0, sizeof(certhash_config));          memset(&certhash_config, 0, sizeof(certhash_config));
   
         if (options_parse(argc, argv, certhash_options, NULL, &argsused) != 0) {          if (options_parse(argc, argv, certhash_options, NULL, &argsused) != 0) {

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