head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	v1998_06_14:1.1.1.1
	ALEXLH:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2013.03.04.16.08.05;	author svnexp;	state dead;
branches;
next	1.4;

1.4
date	2000.02.07.22.17.58;	author billf;	state Exp;
branches;
next	1.3;

1.3
date	2000.02.06.21.55.45;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	99.08.01.03.08.32;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.06.06.17.49.47;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.06.06.17.49.47;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313385
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- Makefile.orig	Sat Jan 29 11:36:07 2000
+++ Makefile	Mon Feb  7 17:07:20 2000
@@@@ -10,15 +10,13 @@@@
 
 
 # if you use cc, remove the -Wall and -g options
-CC= gcc
+CC?= gcc
 
-SSLROOT= /usr/local/openssl
-
-CFLAGS= -Wall -I$(SSLROOT)/include -O
+CFLAGS+= -I$(OPENSSLINC)
 # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
 # -DHP to the CFLAGS variable
 
-LIBS = -L$(SSLROOT)/lib -lssl -lcrypto
+LIBS = -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
 
 OBJ =	sslproxy.o
 
@


1.4
log
@Add a patch that stops sslproxy from leaving zombies all over the place.

Submitted by:	rwatson

Upgrade to sslproxy.2000_Jan_29, with appropriate changes.
@
text
@@


1.3
log
@USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)

Assisted by:    Jim Bloom <bloom@@acm.org>
@
text
@d1 2
a2 2
--- Makefile.orig	Sun Jun 14 13:52:50 1998
+++ Makefile	Sat Jan 29 16:48:49 2000
d10 1
a10 1
-SSLROOT= /usr/local/ssl
@


1.2
log
@Find the ssl header files correctly and fix this so it will work if
USA_RESIDENT=YES.

PR:		12795
Submitted by:	Palle Girgensohn <girgen@@partitur.se>
@
text
@d1 5
a5 3
--- Makefile.orig	Sun Jun 14 15:52:50 1998
+++ Makefile	Sat Jul 31 11:12:56 1999
@@@@ -12,13 +12,13 @@@@
d7 2
a8 1
 CC= gcc
d11 1
a11 2
+SSLROOT= /usr/local
 
d13 1
a13 1
+CFLAGS+= -I$(SSLROOT)/include
d18 1
a18 1
+LIBS = -L$(SSLROOT)/lib -lssl -lcrypto $(EXTRA_SSL_LIBS)
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
+++ Makefile	Sat Jun  5 16:24:40 1999
@@@@ -12,9 +12,9 @@@@
d11 1
a11 1
+CFLAGS= -Wall -I$(SSLROOT)/include/openssl -O
d14 5
@


1.1.1.1
log
@Initial import of sslproxy version 19980614.
Proxies non-SSL requests over an SSL connection.

PR:		11723
Submitted by:	Alex Le Heux <alexlh@@funk.org>
@
text
@@
