Loading crypto/asn1/t_req.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -167,7 +167,7 @@ X509_REQ *x; sprintf(str,"%12s",""); sprintf(str,"%12s",""); if (BIO_puts(bp,str) <= 0) goto err; if (BIO_puts(bp,str) <= 0) goto err; if ((j=i2a_ASN1_OBJECT(bp,a->object)) > 0) if ((j=i2a_ASN1_OBJECT(bp,a->object)) > 0) { if (a->set) if (a->set) { { ii=0; ii=0; Loading @@ -183,6 +183,7 @@ get_next: type=t->type; type=t->type; bs=t->value.bit_string; bs=t->value.bit_string; } } } for (j=25-j; j>0; j--) for (j=25-j; j>0; j--) if (BIO_write(bp," ",1) != 1) goto err; if (BIO_write(bp," ",1) != 1) goto err; if (BIO_puts(bp,":") <= 0) goto err; if (BIO_puts(bp,":") <= 0) goto err; Loading Loading
crypto/asn1/t_req.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -167,7 +167,7 @@ X509_REQ *x; sprintf(str,"%12s",""); sprintf(str,"%12s",""); if (BIO_puts(bp,str) <= 0) goto err; if (BIO_puts(bp,str) <= 0) goto err; if ((j=i2a_ASN1_OBJECT(bp,a->object)) > 0) if ((j=i2a_ASN1_OBJECT(bp,a->object)) > 0) { if (a->set) if (a->set) { { ii=0; ii=0; Loading @@ -183,6 +183,7 @@ get_next: type=t->type; type=t->type; bs=t->value.bit_string; bs=t->value.bit_string; } } } for (j=25-j; j>0; j--) for (j=25-j; j>0; j--) if (BIO_write(bp," ",1) != 1) goto err; if (BIO_write(bp," ",1) != 1) goto err; if (BIO_puts(bp,":") <= 0) goto err; if (BIO_puts(bp,":") <= 0) goto err; Loading