File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ extern "C" {
132132
133133 #define TFM_NO_ASM
134134
135- /* Optimizations (on M0 UMULL is not supported, need another assembly solution) */
135+ /* Optimizations (on M0 UMULL is not supported, need another assembly
136+ * solution) */
136137 //#define TFM_ARM
137138#endif
138139
@@ -194,7 +195,8 @@ extern "C" {
194195 #define HAVE_ECC521
195196 #endif
196197
197- /* Fixed point cache (speeds repeated operations against same private key) */
198+ /* Fixed point cache (speeds repeated operations against same private key)
199+ */
198200 #undef FP_ECC
199201 //#define FP_ECC
200202 #ifdef FP_ECC
@@ -491,7 +493,8 @@ extern "C" {
491493 #define WC_NO_HASHDRBG
492494
493495 /* Bypass P-RNG and use only HW RNG */
494- extern int custom_rand_generate_block (unsigned char * output , unsigned int sz );
496+ extern int custom_rand_generate_block (unsigned char * output ,
497+ unsigned int sz );
495498 #undef CUSTOM_RAND_GENERATE_BLOCK
496499 #define CUSTOM_RAND_GENERATE_BLOCK custom_rand_generate_block
497500#endif
@@ -658,6 +661,9 @@ extern "C" {
658661
659662 #undef NO_TESTSUITE_MAIN_DRIVER
660663 #define NO_TESTSUITE_MAIN_DRIVER
664+
665+ #undef WOLFSSL_NO_ASN_STRICT
666+ #define WOLFSSL_NO_ASN_STRICT
661667#endif
662668/* END Customer specified options */
663669#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments