diff options
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index f54b13b..df8176b 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -175,13 +175,13 @@ GLHACK=-Dclear=__GLclear # Dynamic readlines #xreadlines xreadlinesmodule.c -# for socket(2), without SSL support. +# Socket module helper for socket(2) #_socket socketmodule.c -# Socket module compiled with SSL support; you must comment out the other +# Socket module helper for 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 |