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