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:28:55 +0000
commit335d4d06a712b58508318b14b9f8acd28314e65b (patch)
tree7b283498dc55ed328845012162be0e3e5d862f4b /ssl/s2_lib.c
parentf3b6ee30f4995d74f1008ffbe10e1b59caaffcaa (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 41818dc6e8..66951a60af 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -537,7 +537,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);
+ }
}
}