aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 16:12:59 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:08 +0000
commit7a2cb6f034568c159377096e3fa15fd67695da14 (patch)
tree3cc98faf9186e8c959a6c9de5c65a0495e253c7a /ssl
parent51428a12e4d9fe0583d28b0ee65074c1a22d044a (diff)
downloadopenssl-7a2cb6f034568c159377096e3fa15fd67695da14.zip
openssl-7a2cb6f034568c159377096e3fa15fd67695da14.tar.gz
openssl-7a2cb6f034568c159377096e3fa15fd67695da14.tar.bz2
Fix indent comment corruption issue
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 28e9df6..d7dc2fa 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -972,7 +972,8 @@ struct ssl_ctx_st
/* Default values used when no per-SSL value is defined follow */
- void (*info_callback)(const SSL *ssl,int type,int val); /* used if SSL's info_callback is NULL */
+ /* used if SSL's info_callback is NULL */
+ void (*info_callback)(const SSL *ssl,int type,int val);
/* what we put in client cert requests */
STACK_OF(X509_NAME) *client_CA;