summaryrefslogtreecommitdiff
path: root/lang/python24/files/Setup.OpenSSL
blob: c675971496ca5473a354687e77017060526302fd (plain) (blame)
1
2
3
4
5
6
*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