Adjust the name for the socket module in the SSL line.

This commit is contained in:
Thomas Wouters 2000-08-24 22:54:53 +00:00
parent 6af3b37021
commit 65f39adfb3
1 changed files with 1 additions and 1 deletions

View File

@ -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