mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
spelling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user