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