mirror of https://github.com/python/cpython
Adjust the name for the socket module in the SSL line.
This commit is contained in:
parent
6af3b37021
commit
65f39adfb3
|
@ -156,7 +156,7 @@ _socket socketmodule.c # socket(2)
|
|||
|
||||
# Socket module compiled with SSL support; you must edit the SSL variable:
|
||||
#SSL=/usr/local/ssl
|
||||
#socket socketmodule.c \
|
||||
#_socket socketmodule.c \
|
||||
# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
|
||||
# -L$(SSL)/lib -lssl -lcrypto
|
||||
|
||||
|
|
Loading…
Reference in New Issue