summaryrefslogtreecommitdiff
path: root/lang/python30/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/python30/files/Setup.OpenSSL
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
Diffstat (limited to 'lang/python30/files/Setup.OpenSSL')
-rw-r--r--lang/python30/files/Setup.OpenSSL6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/python30/files/Setup.OpenSSL b/lang/python30/files/Setup.OpenSSL
deleted file mode 100644
index c675971496ca..000000000000
--- a/lang/python30/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
-