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

Diff for /src/usr.bin/openssl/openssl.c between version 1.25 and 1.26

version 1.25, 2017/01/20 08:57:12 version 1.26, 2018/02/07 05:47:55
Line 385 
Line 385 
                 goto err;                  goto err;
         }          }
   
 err:   err:
         if (errstr) {          if (errstr) {
                 /* we cannot use bio_err here */                  /* we cannot use bio_err here */
                 fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",                  fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
Line 560 
Line 560 
         BIO_printf(bio_err, "bad exit\n");          BIO_printf(bio_err, "bad exit\n");
         ret = 1;          ret = 1;
   
 end:   end:
         free(to_free);          free(to_free);
   
         if (config != NULL) {          if (config != NULL) {
Line 707 
Line 707 
                 BIO_printf(bio_err, "\n\n");                  BIO_printf(bio_err, "\n\n");
                 ret = 0;                  ret = 0;
         }          }
 end:   end:
         return (ret);          return (ret);
 }  }
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26