summaryrefslogtreecommitdiff
path: root/lang/python30/files/Setup.OpenSSL
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python30/files/Setup.OpenSSL')
-rw-r--r--lang/python30/files/Setup.OpenSSL8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/python30/files/Setup.OpenSSL b/lang/python30/files/Setup.OpenSSL
deleted file mode 100644
index 8e5c71a0efd7..000000000000
--- a/lang/python30/files/Setup.OpenSSL
+++ /dev/null
@@ -1,8 +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
-