diff --git a/http.c b/http.c index 7f16ac9..3b85418 100644 --- a/http.c +++ b/http.c @@ -157,9 +157,9 @@ void proxy_protocol(PTSTREAM *pts) { while ( strcmp( buf, "\r\n" ) != 0 ) readline(pts); -/* If --encrypt-remproxy is specified, connect to the remote proxy using SSL */ - if ( args_info.encryptremproxy_flag ) - stream_enable_ssl(stunnel, args_info.remproxy_arg); + /* If --encrypt-remproxy is specified, connect to the remote proxy using SSL */ + if ( args_info.encryptremproxy_flag ) + stream_enable_ssl(stunnel, args_info.remproxy_arg); if( args_info.verbose_flag ) message( "\nTunneling to %s (destination)\n", args_info.dest_arg );