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:52:28 +0000
commitd26667b28f2d8c675ec02e59308712e778ae73a2 (patch)
tree8bf2e3152a24fc7adb556afe59e2142642cfe805 /ssl/s2_lib.c
parent13270477f4ac286c2f86493159418a047187ccd6 (diff)
Tweaks for comments due to indent's inability to handle them
Conflicts: ssl/s3_srvr.c 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 359498c8e5..837d19bd37 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -462,7 +462,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);
+ }
}
}