summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-08-24 22:54:53 (GMT)
committerThomas Wouters <thomas@python.org>2000-08-24 22:54:53 (GMT)
commit65f39adfb36c13e4f5a8400ce2e61e8f1ea04e39 (patch)
tree9863c2963af2a3b51e903fad2fc7fb6c18163f4d /Modules
parent6af3b370216a601ca4c266e73f88397fc74fd15a (diff)
downloadcpython-65f39adfb36c13e4f5a8400ce2e61e8f1ea04e39.zip
cpython-65f39adfb36c13e4f5a8400ce2e61e8f1ea04e39.tar.gz
cpython-65f39adfb36c13e4f5a8400ce2e61e8f1ea04e39.tar.bz2
Adjust the name for the socket module in the SSL line.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index aec41de..e79852a 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -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