From 65f39adfb36c13e4f5a8400ce2e61e8f1ea04e39 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Thu, 24 Aug 2000 22:54:53 +0000 Subject: [PATCH] Adjust the name for the socket module in the SSL line. --- Modules/Setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.in b/Modules/Setup.in index aec41de44f7..e79852ad191 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