summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
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:26:15 +0000
commit4ce632fb45f4278f7e23fb545b8e380333e17905 (patch)
tree40a340e2c98ad689cb7db209a3dec0a731fe005f /crypto/x509/x509_vfy.h
parent7b1ac23412970d001348d684009310c0d12e8ffd (diff)
More indent fixes for STACK_OF
Conflicts: ssl/s3_lib.c Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index e52b5e0aa7..f1546c525a 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -449,7 +449,7 @@ void X509_STORE_set_verify_cb(X509_STORE *ctx,
int (*verify_cb)(int, X509_STORE_CTX *));
void X509_STORE_set_lookup_crls_cb(X509_STORE *ctx,
- STACK_OF(X509_CRL)* (*cb)(X509_STORE_CTX *ctx, X509_NAME *nm));
+ STACK_OF(X509_CRL) *(*cb)(X509_STORE_CTX *ctx, X509_NAME *nm));
X509_STORE_CTX *X509_STORE_CTX_new(void);