[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.10 and 1.11

version 1.10, 2017/01/20 08:14:55 version 1.11, 2017/01/20 08:57:12
Line 147 
Line 147 
         const char *errstr = NULL;          const char *errstr = NULL;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio inet dns rpath wpath cpath tty", NULL) == -1) {                  if (pledge("stdio cpath wpath rpath inet dns tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                         exit(1);                          exit(1);
                 }                  }

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