Merge pull request #5700 from kaleb-himes/macOS-C++-proj-settings-rev2

pull/5704/head
Hayden Roche 2022-10-14 08:06:22 -07:00 committed by GitHub
commit b54eca4cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -650,12 +650,15 @@ extern "C" {
//#define NO_SIG_WRAPPER
/* wolfSSL engineering ACVP algo and operational testing only (Default: Off) */
#if 0
#if 0 /* Automation Grep Target */
#undef WOLFSSL_PUBLIC_MP
#define WOLFSSL_PUBLIC_MP
#undef HAVE_FORCE_FIPS_FAILURE
#define HAVE_FORCE_FIPS_FAILURE
/* operational test app depends on MD5 */
#undef NO_MD5
#endif
#ifdef __cplusplus

View File

@ -53,7 +53,7 @@ extern "C" {
#define TFM_TIMING_RESISTANT
#undef TFM_NO_ASM
//#define TFM_NO_ASM
#define TFM_NO_ASM /* Necessary to exclude .i compilation */
/* Optimizations */
#define TFM_ARM
@ -661,12 +661,15 @@ extern "C" {
//#define NO_SIG_WRAPPER
/* wolfSSL engineering ACVP algo and operational testing only (Default: Off) */
#if 0
#if 0 /* Automation Grep Target */
#undef WOLFSSL_PUBLIC_MP
#define WOLFSSL_PUBLIC_MP
#undef HAVE_FORCE_FIPS_FAILURE
#define HAVE_FORCE_FIPS_FAILURE
/* operational test app depends on MD5 */
#undef NO_MD5
#endif
#ifdef __cplusplus