summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_utl.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 09:33:22 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:07 +0000
commita7b1eed5667213faacbb89d53c37f860ca00224b (patch)
tree14c4d2519919235d83c58321570c480b0dad7a55 /crypto/x509v3/v3_utl.c
parentc59576881e7022fa1b6d3004f48a4984879a28a4 (diff)
More indent fixes for STACK_OF
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/x509v3/v3_utl.c')
-rw-r--r--crypto/x509v3/v3_utl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c
index c9a6e79838..01c07f4836 100644
--- a/crypto/x509v3/v3_utl.c
+++ b/crypto/x509v3/v3_utl.c
@@ -1274,7 +1274,7 @@ static int ipv6_hex(unsigned char *out, const char *in, int inlen)
}
-int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
+int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,
unsigned long chtype)
{
CONF_VALUE *v;