More cleanup.
authorBen Laurie <ben@links.org>
Sat, 19 Oct 2013 11:37:15 +0000 (12:37 +0100)
committerBen Laurie <ben@links.org>
Sat, 19 Oct 2013 11:37:15 +0000 (12:37 +0100)
ssl/d1_clnt.c

index 492d6dfbeeb1bc13f77a158c7185b00c75bbd971..f2ab294f1d7405e51b99c0bb3e070dadffa5be50 100644 (file)
@@ -801,7 +801,8 @@ int dtls1_client_hello(SSL *s)
                for (i=0;p[i]=='\0' && i<sizeof(s->s3->client_random);i++)
                        ;
                if (i==sizeof(s->s3->client_random))
-                       ssl_fill_hello_random(s,0,p,sizeof(s->s3->client_random));
+                       ssl_fill_hello_random(s, 0, p,
+                                             sizeof(s->s3->client_random));
 
                /* Do the message type and length last */
                d=p= &(buf[DTLS1_HM_HEADER_LENGTH]);