[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.7 and 1.8

version 1.7, 2015/10/17 15:00:11 version 1.8, 2016/04/26 09:37:59
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 dns rpath wpath cpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                         exit(1);                          exit(1);
                 }                  }

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