This commit is contained in:
Saksik Remy
2021-12-21 15:57:19 +08:00
parent ebff24353a
commit 78a419fdf5

View File

@@ -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);
}