add comverge switch for settings

This commit is contained in:
toddouska 2013-06-27 10:28:58 -07:00
parent 307c71d9cb
commit 98e6ad3ee9

View File

@ -75,6 +75,9 @@
/* Uncomment next line if using STM32F2 */
/* #define CYASSL_STM32F2 */
/* Uncomment next line if using Comverge settings */
/* #define COMVERGE */
#include <cyassl/ctaocrypt/visibility.h>
@ -95,6 +98,7 @@
#define NO_DSA
#define NO_HC128
#define NO_RSA
#define NO_SESSION_CACHE
#define HAVE_ECC
#endif