mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Adjust the name for the socket module in the SSL line.
This commit is contained in:
parent
6af3b37021
commit
65f39adfb3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue