diff options
Diffstat (limited to 'lang/python20/files/Setup.OpenSSL')
-rw-r--r-- | lang/python20/files/Setup.OpenSSL | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/python20/files/Setup.OpenSSL b/lang/python20/files/Setup.OpenSSL deleted file mode 100644 index 8e5c71a0efd7..000000000000 --- a/lang/python20/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 - |