Commit 65f39adf authored by Thomas Wouters's avatar Thomas Wouters

Adjust the name for the socket module in the SSL line.

parent 6af3b370
...@@ -156,7 +156,7 @@ _socket socketmodule.c # socket(2) ...@@ -156,7 +156,7 @@ _socket socketmodule.c # socket(2)
# Socket module compiled with SSL support; you must edit the SSL variable: # Socket module compiled with SSL support; you must edit the SSL variable:
#SSL=/usr/local/ssl #SSL=/usr/local/ssl
#socket socketmodule.c \ #_socket socketmodule.c \
# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ # -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
# -L$(SSL)/lib -lssl -lcrypto # -L$(SSL)/lib -lssl -lcrypto
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment