summaryrefslogtreecommitdiff
path: root/Sockets
diff options
context:
space:
mode:
Diffstat (limited to 'Sockets')
-rw-r--r--Sockets/Makefile.Defines.linux-x86-322
-rw-r--r--Sockets/sockets-config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Sockets/Makefile.Defines.linux-x86-32 b/Sockets/Makefile.Defines.linux-x86-32
index df06d6b..42481ec 100644
--- a/Sockets/Makefile.Defines.linux-x86-32
+++ b/Sockets/Makefile.Defines.linux-x86-32
@@ -21,8 +21,8 @@ CFLAGS += -DLINUX
LIBS += \
- -lssl -lcrypto \
-lpthread
+# -lssl -lcrypto \
OBJS += Semaphore.o
diff --git a/Sockets/sockets-config.h b/Sockets/sockets-config.h
index dd04647..9df8cee 100644
--- a/Sockets/sockets-config.h
+++ b/Sockets/sockets-config.h
@@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/* OpenSSL support. */
-#define HAVE_OPENSSL
+//#define HAVE_OPENSSL
/* Ipv6 support. */