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 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 */