From 72db5e510874d56ed06c895f79d1dca4ddab2b69 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 16 Jun 2025 18:06:19 +0200 Subject: [PATCH] Remove NO_FILESYSTEM for CI --- examples/configs/user_settings_tls12.h | 1 - examples/configs/user_settings_wolfboot_keytools.h | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/configs/user_settings_tls12.h b/examples/configs/user_settings_tls12.h index 69a7b95b8..7af30fd7b 100644 --- a/examples/configs/user_settings_tls12.h +++ b/examples/configs/user_settings_tls12.h @@ -44,7 +44,6 @@ extern "C" { #define WOLFSSL_USER_IO #define WOLFSSL_IGNORE_FILE_WARN /* ignore file includes not required */ //#define WOLFSSL_SMALL_STACK /* option to reduce stack size, offload to heap */ -#define NO_FILESYSTEM #define NO_WRITEV #define NO_SIG_WRAPPER diff --git a/examples/configs/user_settings_wolfboot_keytools.h b/examples/configs/user_settings_wolfboot_keytools.h index 7c921390a..60cea642d 100644 --- a/examples/configs/user_settings_wolfboot_keytools.h +++ b/examples/configs/user_settings_wolfboot_keytools.h @@ -91,7 +91,6 @@ #define NO_DES3 #define NO_PWDBASED #define NO_WRITEV -#define NO_FILESYSTEM #define NO_OLD_RNGNAME #define NO_WOLFSSL_DIR #define WOLFSSL_NO_SOCK