Typo
[oweals/openssl.git] / apps / s_client.c
index e0a5de7fb415594bcf13ee7c299f18ad0178a255..18dcd136637c153f90ec45cf931bf5b8e46c5032 100644 (file)
@@ -843,7 +843,7 @@ re_start:
                        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_mtu(con, socket_mtu - 28);