[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.12 and 1.13

version 1.12, 2015/10/17 15:00:11 version 1.13, 2016/12/30 16:28:53
Line 893 
Line 893 
                 nx.header = &hdr;                  nx.header = &hdr;
                 nx.cert = x;                  nx.cert = x;
   
                 i = ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), out, &nx);                  i = ASN1_item_i2d_bio(&NETSCAPE_X509_it, out, &nx);
         } else {          } else {
                 BIO_printf(bio_err, "bad output format specified for outfile\n");                  BIO_printf(bio_err, "bad output format specified for outfile\n");
                 goto end;                  goto end;

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