We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9253d37 commit 7a53301Copy full SHA for 7a53301
1 file changed
IDE/XCODE-FIPSv6/user_settings.h
@@ -366,6 +366,12 @@ extern "C" {
366
#undef WOLFSSL_AESXTS_STREAM
367
#define WOLFSSL_AESXTS_STREAM
368
369
+ #undef WOLFSSL_AES_128
370
+ #define WOLFSSL_AES_128
371
+
372
+ #undef WOLFSSL_AES_256
373
+ #define WOLFSSL_AES_256
374
375
#undef WOLFSSL_AESGCM_STREAM
376
#define WOLFSSL_AESGCM_STREAM
377
@@ -887,6 +893,11 @@ extern "C" {
887
893
#define NO_MAIN_DRIVER
888
894
#define NO_MAIN_HARNESS_DRIVER
889
895
896
+ #ifdef BENCH_EMBEDDED
897
+ /* NOTE: Can not be on for operational testing */
898
+ #undef BENCH_EMBEDDED
899
+ #endif
900
890
901
#define NO_WRITE_TEMP_FILES
891
902
#endif
892
903
0 commit comments