mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Merge pull request #564 from kaleb-himes/CUSTOMER_REQUEST
Implement requested change from customer
This commit is contained in:
@@ -91,9 +91,6 @@
|
|||||||
/* Uncomment next line if using STM32F2 */
|
/* Uncomment next line if using STM32F2 */
|
||||||
/* #define WOLFSSL_STM32F2 */
|
/* #define WOLFSSL_STM32F2 */
|
||||||
|
|
||||||
/* Uncomment next line if using Comverge settings */
|
|
||||||
/* #define COMVERGE */
|
|
||||||
|
|
||||||
/* Uncomment next line if using QL SEP settings */
|
/* Uncomment next line if using QL SEP settings */
|
||||||
/* #define WOLFSSL_QL */
|
/* #define WOLFSSL_QL */
|
||||||
|
|
||||||
@@ -166,26 +163,6 @@
|
|||||||
#define SIZEOF_LONG_LONG 8
|
#define SIZEOF_LONG_LONG 8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef COMVERGE
|
|
||||||
#define THREADX
|
|
||||||
#define HAVE_NETX
|
|
||||||
#define WOLFSSL_USER_IO
|
|
||||||
#define NO_WRITEV
|
|
||||||
#define NO_DEV_RANDOM
|
|
||||||
#define NO_FILESYSTEM
|
|
||||||
#define NO_SHA512
|
|
||||||
#define NO_DH
|
|
||||||
/* Allows use of DH with fixed points if uncommented and NO_DH is removed */
|
|
||||||
/* WOLFSSL_DH_CONST */
|
|
||||||
#define NO_DSA
|
|
||||||
#define NO_HC128
|
|
||||||
#define NO_RSA
|
|
||||||
#define NO_SESSION_CACHE
|
|
||||||
#define HAVE_ECC
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef THREADX
|
#ifdef THREADX
|
||||||
#define SIZEOF_LONG_LONG 8
|
#define SIZEOF_LONG_LONG 8
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user