projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4509102
)
Change the indentation from 12 to indent+4.
author
Richard Levitte
<levitte@openssl.org>
Sat, 27 Sep 2003 22:48:36 +0000
(22:48 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 27 Sep 2003 22:48:36 +0000
(22:48 +0000)
PR: 657
crypto/x509v3/v3_prn.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_prn.c
b/crypto/x509v3/v3_prn.c
index 754808b6257c02e1d2878e12cdb316c4eddef9a4..5d268eb7682c51ef837342791794e4b783029699 100644
(file)
--- 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);