aboutsummaryrefslogtreecommitdiffstats
path: root/security/sslproxy/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-07 01:49:47 +0800
committersteve <steve@FreeBSD.org>1999-06-07 01:49:47 +0800
commit0cd886c802cca861b84b569e3e850cb3163e484f (patch)
treec926592252c2ba4ed20e848625bf6c0f4c8a5a50 /security/sslproxy/files
parentab5d3ffead98900843ff22000845f0bf41efc15e (diff)
downloadfreebsd-ports-gnome-0cd886c802cca861b84b569e3e850cb3163e484f.tar.gz
freebsd-ports-gnome-0cd886c802cca861b84b569e3e850cb3163e484f.tar.zst
freebsd-ports-gnome-0cd886c802cca861b84b569e3e850cb3163e484f.zip
Initial import of sslproxy version 19980614.
Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org>
Diffstat (limited to 'security/sslproxy/files')
-rw-r--r--security/sslproxy/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa
new file mode 100644
index 000000000000..a5e318323afc
--- /dev/null
+++ b/security/sslproxy/files/patch-aa
@@ -0,0 +1,14 @@
+--- Makefile.orig Sun Jun 14 15:52:50 1998
++++ Makefile Sat Jun 5 16:24:40 1999
+@@ -12,9 +12,9 @@
+ # if you use cc, remove the -Wall and -g options
+ CC= gcc
+
+-SSLROOT= /usr/local/ssl
++SSLROOT= /usr/local
+
+-CFLAGS= -Wall -I$(SSLROOT)/include -O
++CFLAGS= -Wall -I$(SSLROOT)/include/openssl -O
+ # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
+ # -DHP to the CFLAGS variable
+