Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65f39ad

Browse files
committed
Adjust the name for the socket module in the SSL line.
1 parent 6af3b37 commit 65f39ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Setup.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ _socket socketmodule.c # socket(2)
156156

157157
# Socket module compiled with SSL support; you must edit the SSL variable:
158158
#SSL=/usr/local/ssl
159-
#socket socketmodule.c \
159+
#_socket socketmodule.c \
160160
# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
161161
# -L$(SSL)/lib -lssl -lcrypto
162162

0 commit comments

Comments
 (0)