From: Richard Levitte Date: Sat, 27 Sep 2003 22:48:36 +0000 (+0000) Subject: Change the indentation from 12 to indent+4. X-Git-Tag: OpenSSL_0_9_7c~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=058f86e9e05f2452b74e7d6669f13ab48a2c03e9;p=oweals%2Fopenssl.git Change the indentation from 12 to indent+4. PR: 657 --- diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c index 754808b625..5d268eb768 100644 --- a/crypto/x509v3/v3_prn.c +++ b/crypto/x509v3/v3_prn.c @@ -184,7 +184,7 @@ int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts j=X509_EXTENSION_get_critical(ex); if (BIO_printf(bp,": %s\n",j?"critical":"","") <= 0) return 0; - if(!X509V3_EXT_print(bp, ex, flag, 12)) + if(!X509V3_EXT_print(bp, ex, flag, indent + 4)) { BIO_printf(bp, "%*s", indent + 4, ""); M_ASN1_OCTET_STRING_print(bp,ex->value);