[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.9 and 1.10

version 1.9, 2015/10/01 06:31:21 version 1.10, 2015/10/10 22:28:51
Line 198 
Line 198 
         unsigned long nmflag = 0, certflag = 0;          unsigned long nmflag = 0, certflag = 0;
         const char *errstr = NULL;          const char *errstr = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         reqfile = 0;          reqfile = 0;
   
         STDout = BIO_new_fp(stdout, BIO_NOCLOSE);          STDout = BIO_new_fp(stdout, BIO_NOCLOSE);

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