mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Cleanup some ifdefs
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@222 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
b5bde0c35e
commit
632919f59c
3 changed files with 4 additions and 6 deletions
2
http.c
2
http.c
|
|
@ -158,10 +158,8 @@ void proxy_protocol(PTSTREAM *pts) {
|
|||
readline(pts);
|
||||
|
||||
/* If --encrypt-remproxy is specified, connect to the remote proxy using SSL */
|
||||
#ifdef USE_SSL
|
||||
if ( args_info.encryptremproxy_flag )
|
||||
stream_enable_ssl(stunnel);
|
||||
#endif
|
||||
|
||||
if( args_info.verbose_flag )
|
||||
message( "\nTunneling to %s (destination)\n", args_info.dest_arg );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue