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

Diff for /src/usr.bin/openssl/x509.c between version 1.11 and 1.12

version 1.11, 2015/10/17 07:51:10 version 1.12, 2015/10/17 15:00:11
Line 199 
Line 199 
         const char *errstr = NULL;          const char *errstr = NULL;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath tty", NULL) == -1)                  if (pledge("stdio rpath wpath cpath tty", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         reqfile = 0;          reqfile = 0;

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