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:
Mark Janssen 2008-02-26 23:32:02 +00:00
parent b5bde0c35e
commit 632919f59c
3 changed files with 4 additions and 6 deletions

2
http.c
View file

@ -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 );