summaryrefslogtreecommitdiff
path: root/lang/python32/files/Setup.OpenSSL
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /lang/python32/files/Setup.OpenSSL
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'lang/python32/files/Setup.OpenSSL')
-rw-r--r--lang/python32/files/Setup.OpenSSL6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/python32/files/Setup.OpenSSL b/lang/python32/files/Setup.OpenSSL
deleted file mode 100644
index c675971496ca..000000000000
--- a/lang/python32/files/Setup.OpenSSL
+++ /dev/null
@@ -1,6 +0,0 @@
-*static*
-
-# Socket module compiled with SSL support; you must edit the SSL variable:
-SSL=/usr
-_socket socketmodule.c -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl -L$(SSL)/lib -lssl -lcrypto
-