]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
More indent fixes for STACK_OF
authorMatt Caswell <matt@openssl.org>
Wed, 21 Jan 2015 09:33:22 +0000 (09:33 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:50:46 +0000 (09:50 +0000)
Conflicts:
ssl/s3_lib.c

Conflicts:
apps/cms.c
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.h
ssl/s3_lib.c

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/x509v3/v3_utl.c
crypto/x509v3/x509v3.h

index 7a45216c007f5721a342f49332afd59afcc58cc2..35c17b3eaa56f492cc3f641615868ce91175f778 100644 (file)
@@ -824,7 +824,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;
index 9ef83da755e489502e111bf4530516e48505bc79..572f92268e39887af95d607816b8d382d14c031d 100644 (file)
@@ -624,7 +624,7 @@ STACK *X509_get1_ocsp(X509 *x);
 ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc);
 ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc);
 int a2i_ipadd(unsigned char *ipout, const char *ipasc);
-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);
 
 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);