From 78a419fdf57fc31b95afdf4bd0d44ed57497ef00 Mon Sep 17 00:00:00 2001 From: Saksik Remy Date: Tue, 21 Dec 2021 15:57:19 +0800 Subject: [PATCH] spelling --- wolfcrypt/src/port/iotsafe/iotsafe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/port/iotsafe/iotsafe.c b/wolfcrypt/src/port/iotsafe/iotsafe.c index 6d610cb00..0344074e5 100644 --- a/wolfcrypt/src/port/iotsafe/iotsafe.c +++ b/wolfcrypt/src/port/iotsafe/iotsafe.c @@ -1046,7 +1046,7 @@ static int wolfIoT_hkdf_extract(byte* prk, const byte* salt, word32 saltLen, } else{ #ifdef DEBUG_IOTSAFE - printf("SALT is NULL, not support by IoT Safe Applet, fallback to software implementation\n"); + printf("NULL Salt length not supported by IoT Safe Applet, fallback to software implementation\n"); #endif ret = wc_Tls13_HKDF_Extract(prk, salt, saltLen, ikm, ikmLen, digest); }