summaryrefslogtreecommitdiffstats
path: root/ssl/s2_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 21:22:49 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:38:11 +0000
commitf7b36402d6533eb16c42bda45af8de7008cc074f (patch)
treeab99539aecb4c6486e1f9815d29720fc3cbd0cd8 /ssl/s2_lib.c
parent0f6c9658231a41492680c55c8a9d55dc83485a89 (diff)
Tweaks for comments due to indent's inability to handle them
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/s2_lib.c')
-rw-r--r--ssl/s2_lib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index c63be3052b..a82ad999f8 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -540,7 +540,10 @@ void ssl2_write_error(SSL *s)
if (s->error == 0)
if (s->msg_callback)
- s->msg_callback(1, s->version, 0, buf, 3, s, s->msg_callback_arg); /* ERROR */
+ {
+ /* ERROR */
+ s->msg_callback(1, s->version, 0, buf, 3, s, s->msg_callback_arg);
+ }
}
}