Overhaul the display of certificate details in
[openssl.git] / crypto / asn1 / t_x509.c
index bd019bb9b18f7893ed727406f3d0738f735e6dab..17ed9f2f7fae137851e2de7faa6e4abdfb3e583d 100644 (file)
@@ -112,7 +112,7 @@ int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag)
 
        if((nmflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
                        mlch = '\n';
-                       nmindent = 16;
+                       nmindent = 12;
        }
 
        if(nmflags == X509_FLAG_COMPAT)