From 4214f52d773fbdfbcb53003f931084fd4946dd83 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Mon, 19 Sep 2016 16:01:24 -0600 Subject: [PATCH] addition to previous customer request --- cyassl/ctaocrypt/settings.h | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/cyassl/ctaocrypt/settings.h b/cyassl/ctaocrypt/settings.h index 5db9f3c4a..c12a962ff 100644 --- a/cyassl/ctaocrypt/settings.h +++ b/cyassl/ctaocrypt/settings.h @@ -79,9 +79,6 @@ /* Uncomment next line if using STM32F2 */ /* #define CYASSL_STM32F2 */ -/* Uncomment next line if using Comverge settings */ -/* #define COMVERGE */ - /* Uncomment next line if using QL SEP settings */ /* #define CYASSL_QL */ @@ -114,24 +111,6 @@ /* for reverse compatibility after name change */ #include - -#ifdef COMVERGE - #define THREADX - #define HAVE_NETX - #define CYASSL_USER_IO - #define NO_WRITEV - #define NO_DEV_RANDOM - #define NO_FILESYSTEM - #define NO_SHA512 - #define NO_DH - #define NO_DSA - #define NO_HC128 - #define NO_RSA - #define NO_SESSION_CACHE - #define HAVE_ECC -#endif - - #ifdef THREADX #define SIZEOF_LONG_LONG 8 #endif