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