|
|
@ -47,11 +47,11 @@ |
|
|
|
# Socket module compiled with SSL support; you must comment out the other |
|
|
|
# socket line above, and possibly edit the SSL variable: |
|
|
|
-#SSL=/usr/local/ssl
|
|
|
|
-#_socket socketmodule.c \
|
|
|
|
-#_ssl _ssl.c \
|
|
|
|
-# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
|
|
|
|
-# -L$(SSL)/lib -lssl -lcrypto
|
|
|
|
+SSL=/usr
|
|
|
|
+_socket socketmodule.c \
|
|
|
|
+_ssl _ssl.c \
|
|
|
|
+ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
|
|
|
|
+ -L$(SSL)/lib -lssl -lcrypto
|
|
|
|
|
|
|
|