mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Merge pull request #5700 from kaleb-himes/macOS-C++-proj-settings-rev2
This commit is contained in:
@@ -650,12 +650,15 @@ extern "C" {
|
|||||||
//#define NO_SIG_WRAPPER
|
//#define NO_SIG_WRAPPER
|
||||||
|
|
||||||
/* wolfSSL engineering ACVP algo and operational testing only (Default: Off) */
|
/* wolfSSL engineering ACVP algo and operational testing only (Default: Off) */
|
||||||
#if 0
|
#if 0 /* Automation Grep Target */
|
||||||
#undef WOLFSSL_PUBLIC_MP
|
#undef WOLFSSL_PUBLIC_MP
|
||||||
#define WOLFSSL_PUBLIC_MP
|
#define WOLFSSL_PUBLIC_MP
|
||||||
|
|
||||||
#undef HAVE_FORCE_FIPS_FAILURE
|
#undef HAVE_FORCE_FIPS_FAILURE
|
||||||
#define HAVE_FORCE_FIPS_FAILURE
|
#define HAVE_FORCE_FIPS_FAILURE
|
||||||
|
|
||||||
|
/* operational test app depends on MD5 */
|
||||||
|
#undef NO_MD5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -53,7 +53,7 @@ extern "C" {
|
|||||||
#define TFM_TIMING_RESISTANT
|
#define TFM_TIMING_RESISTANT
|
||||||
|
|
||||||
#undef TFM_NO_ASM
|
#undef TFM_NO_ASM
|
||||||
//#define TFM_NO_ASM
|
#define TFM_NO_ASM /* Necessary to exclude .i compilation */
|
||||||
|
|
||||||
/* Optimizations */
|
/* Optimizations */
|
||||||
#define TFM_ARM
|
#define TFM_ARM
|
||||||
@@ -661,12 +661,15 @@ extern "C" {
|
|||||||
//#define NO_SIG_WRAPPER
|
//#define NO_SIG_WRAPPER
|
||||||
|
|
||||||
/* wolfSSL engineering ACVP algo and operational testing only (Default: Off) */
|
/* wolfSSL engineering ACVP algo and operational testing only (Default: Off) */
|
||||||
#if 0
|
#if 0 /* Automation Grep Target */
|
||||||
#undef WOLFSSL_PUBLIC_MP
|
#undef WOLFSSL_PUBLIC_MP
|
||||||
#define WOLFSSL_PUBLIC_MP
|
#define WOLFSSL_PUBLIC_MP
|
||||||
|
|
||||||
#undef HAVE_FORCE_FIPS_FAILURE
|
#undef HAVE_FORCE_FIPS_FAILURE
|
||||||
#define HAVE_FORCE_FIPS_FAILURE
|
#define HAVE_FORCE_FIPS_FAILURE
|
||||||
|
|
||||||
|
/* operational test app depends on MD5 */
|
||||||
|
#undef NO_MD5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user