diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-01 20:37:07 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-01 20:37:07 +0000 |
commit | 891d2be8862c9a4d6371e6408f206fcf560ff369 (patch) | |
tree | 096b7137e17cb39177fde526067c413c07c45edc /Sockets | |
parent | catch destination unreachable (sender) (diff) |
added small logo
removed libssl dependency
added realraum presentation
Diffstat (limited to 'Sockets')
-rw-r--r-- | Sockets/Makefile.Defines.linux-x86-32 | 2 | ||||
-rw-r--r-- | Sockets/sockets-config.h | 2 |
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. */ |