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

Diff for /src/usr.bin/openssl/crl.c between version 1.7 and 1.8

version 1.7, 2015/08/22 16:36:05 version 1.8, 2015/10/10 22:28:51
Line 230 
Line 230 
         const EVP_MD *digest;          const EVP_MD *digest;
         char *digest_name = NULL;          char *digest_name = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         if (bio_out == NULL) {          if (bio_out == NULL) {
                 if ((bio_out = BIO_new(BIO_s_file())) != NULL) {                  if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
                         BIO_set_fp(bio_out, stdout, BIO_NOCLOSE);                          BIO_set_fp(bio_out, stdout, BIO_NOCLOSE);

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