summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-10-19 12:34:15 +0100
committerBen Laurie <ben@links.org>2013-10-19 12:34:15 +0100
commit34e43b909f02de444678d937ed3dc347ce13ba1a (patch)
treebeb8ac1ae8c4c0e7c86ff397e599d30f44d73c8e /ssl/s3_srvr.c
parent62036c6fc370eb57422d3d7925070b82d2b980ac (diff)
Cleanup.
Diffstat (limited to 'ssl/s3_srvr.c')
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 508239fce5..e8c7e6d1f4 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -1195,7 +1195,7 @@ int ssl3_get_client_hello(SSL *s)
{
unsigned char *pos;
pos=s->s3->server_random;
- if (ssl_fill_hello_random(s,1,pos,SSL3_RANDOM_SIZE) <= 0)
+ if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE) <= 0)
{
al=SSL_AD_INTERNAL_ERROR;
goto f_err;