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

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

version 1.6, 2015/10/10 22:28:51 version 1.7, 2015/10/17 15:00:11
Line 147 
Line 147 
         const char *errstr = NULL;          const char *errstr = NULL;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio inet rpath wpath cpath", NULL) == -1)                  if (pledge("stdio inet rpath wpath cpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         args = argv + 1;          args = argv + 1;

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