Formatting fix.

This commit is contained in:
Dr. Stephen Henson 2009-05-17 16:48:19 +00:00
parent b7d0d35a13
commit 3e82dfdf2d
2 changed files with 2 additions and 2 deletions

View File

@ -843,7 +843,7 @@ re_start:
BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout); BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
} }
if ( socket_mtu > 28) if (socket_mtu > 28)
{ {
SSL_set_options(con, SSL_OP_NO_QUERY_MTU); SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
SSL_set_mtu(con, socket_mtu - 28); SSL_set_mtu(con, socket_mtu - 28);

View File

@ -1657,7 +1657,7 @@ static int sv_body(char *hostname, int s, unsigned char *context)
} }
if ( socket_mtu > 28) if (socket_mtu > 28)
{ {
SSL_set_options(con, SSL_OP_NO_QUERY_MTU); SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
SSL_set_mtu(con, socket_mtu - 28); SSL_set_mtu(con, socket_mtu - 28);