From dc708f4f5be2fc3732cd2aaf3afa3353d010d663 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 17 Oct 2012 10:04:44 -0700 Subject: [PATCH 1/2] turn on webserver build for some settings --- cyassl/ctaocrypt/settings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cyassl/ctaocrypt/settings.h b/cyassl/ctaocrypt/settings.h index e37eec6f8..de09ed07d 100644 --- a/cyassl/ctaocrypt/settings.h +++ b/cyassl/ctaocrypt/settings.h @@ -150,6 +150,7 @@ #endif #ifdef CYASSL_LSR + #define HAVE_WEBSERVER #define SIZEOF_LONG_LONG 8 #define CYASSL_LOW_MEMORY #define NO_WRITEV From ef47f1a25eab16e5d59fc4118c7b704eb5c07711 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 17 Oct 2012 10:09:28 -0700 Subject: [PATCH 2/2] fix with libz dynamic type --- cyassl/ctaocrypt/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cyassl/ctaocrypt/types.h b/cyassl/ctaocrypt/types.h index cfe2feac8..3c171ec51 100644 --- a/cyassl/ctaocrypt/types.h +++ b/cyassl/ctaocrypt/types.h @@ -221,7 +221,8 @@ enum { DYNAMIC_TYPE_RNG = 32, DYNAMIC_TYPE_ARRAYS = 33, DYNAMIC_TYPE_DTLS_POOL = 34, - DYNAMIC_TYPE_SOCKADDR = 35 + DYNAMIC_TYPE_SOCKADDR = 35, + DYNAMIC_TYPE_LIBZ = 36 }; /* stack protection */