Skip to content

Commit 4c1b39f

Browse files
committed
Fixes to support latest wolfSSL (disable KDF/PRF)
1 parent 19e9d1e commit 4c1b39f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

include/user_settings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

test-app/wcs/user_settings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)