As ftruncate is not availabe on all platforms, switch back to
[oweals/openssl.git] / crypto / asn1 / t_x509.c
index 0e2727e470ab561949e788c944048c5fa4936f51..bf6a797d681c9b493644a4e37a621faaa61842ec 100644 (file)
@@ -219,6 +219,7 @@ int X509_print(BIO *bp, X509 *x)
                        ((i+1) == n)?"":":") <= 0) goto err;
                }
        if (BIO_write(bp,"\n",1) != 1) goto err;
+       if (!X509_CERT_AUX_print(bp, x->aux, 0)) goto err;
        ret=1;
 err:
        if (str != NULL) ASN1_STRING_free(str);