File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ clean:
440440 $(Q ) rm -f tools/keytools/otp/otp-keystore-gen
441441 $(Q ) rm -f .stack_usage
442442 $(Q ) rm -f $(WH_NVM_BIN ) $(WH_NVM_HEX )
443- $(Q )$(MAKE ) -C test-app -s clean
443+ $(Q )$(MAKE ) -C test-app clean V= $( V )
444444 $(Q )$(MAKE ) -C tools/check_config -s clean
445445 $(Q )$(MAKE ) -C stage1 -s clean
446446
Original file line number Diff line number Diff line change @@ -474,6 +474,7 @@ extern int tolower(int c);
474474#define NO_PKCS12
475475#define NO_PKCS8
476476#define NO_CHECK_PRIVATE_KEY
477+ #define NO_KDF
477478
478479#define BENCH_EMBEDDED
479480#define NO_CRYPT_TEST
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ extern int tolower(int c);
132132#define WOLFSSL_NO_SOCK
133133#define WOLFSSL_IGNORE_FILE_WARN
134134#define NO_ERROR_STRINGS
135+ #define NO_KDF
135136
136137#define BENCH_EMBEDDED
137138
You can’t perform that action at this time.
0 commit comments