[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.6 and 1.7

version 1.6, 2015/02/25 04:56:41 version 1.7, 2015/02/25 20:06:28
Line 658 
Line 658 
                 return (1);                  return (1);
         }          }
   
         if ((cwdfd = open(".", O_DIRECTORY)) == -1) {          if ((cwdfd = open(".", O_RDONLY)) == -1) {
                 perror("failed to open current directory");                  perror("failed to open current directory");
                 return (1);                  return (1);
         }          }

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