summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
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:27:47 +0000
commitcc4cd8213ee3e9eb0c7925d3076647b63febca10 (patch)
tree2e11c44ce3219e535795479756a07d0a406e0070 /ssl/ssl.h
parentd18d367d9082a4322e86c76a2e3d6efddf1335f6 (diff)
Fix indent comment corruption issue
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 9fc9344059..4816abd908 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -993,7 +993,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;