Fix source where indent will not be able to cope
[openssl.git] / ssl / ssl_sess.c
index 5b316950947c66e25c81413c6213c71bcc19c0fb..c21aeed8b18fba3557924165081c480a03870e66 100644 (file)
@@ -464,7 +464,8 @@ int ssl_get_prev_session(SSL *s, unsigned char *session_id, int len,
                try_session_cache = 0;
 
 #ifndef OPENSSL_NO_TLSEXT
-       r = tls1_process_ticket(s, session_id, len, limit, &ret); /* sets s->tlsext_ticket_expected */
+       /* sets s->tlsext_ticket_expected */
+       r = tls1_process_ticket(s, session_id, len, limit, &ret);
        switch (r)
                {
        case -1: /* Error during processing */