From 891d2be8862c9a4d6371e6408f206fcf560ff369 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 1 Apr 2008 20:37:07 +0000 Subject: added small logo removed libssl dependency added realraum presentation --- Sockets/Makefile.Defines.linux-x86-32 | 2 +- Sockets/sockets-config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Sockets') 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. */ -- cgit v1.2.3