indent has problems with comments that are on the right hand side of a line.
[openssl.git] / ssl / s3_both.c
index d8589d6853e696f7df82d8bf50b58727b6670b50..5b6fed5eb025560731ea619a56b238f0b59b4695 100644 (file)
@@ -243,11 +243,12 @@ int ssl3_get_finished(SSL *s, int a, int b)
         */ 
 #endif
 
+       /* 64 argument should actually be 36+4 :-) */
        n=s->method->ssl_get_message(s,
                a,
                b,
                SSL3_MT_FINISHED,
-               64, /* should actually be 36+4 :-) */
+               64,
                &ok);
 
        if (!ok) return((int)n);