From 98e6ad3ee9f3a9ad60c8182e64991fcd9a163dbc Mon Sep 17 00:00:00 2001 From: toddouska Date: Thu, 27 Jun 2013 10:28:58 -0700 Subject: [PATCH] add comverge switch for settings --- cyassl/ctaocrypt/settings.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cyassl/ctaocrypt/settings.h b/cyassl/ctaocrypt/settings.h index 5fdad16c0..79cb668e8 100644 --- a/cyassl/ctaocrypt/settings.h +++ b/cyassl/ctaocrypt/settings.h @@ -75,6 +75,9 @@ /* Uncomment next line if using STM32F2 */ /* #define CYASSL_STM32F2 */ +/* Uncomment next line if using Comverge settings */ +/* #define COMVERGE */ + #include @@ -95,6 +98,7 @@ #define NO_DSA #define NO_HC128 #define NO_RSA + #define NO_SESSION_CACHE #define HAVE_ECC #endif