mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +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{
|
else{
|
||||||
#ifdef DEBUG_IOTSAFE
|
#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
|
#endif
|
||||||
ret = wc_Tls13_HKDF_Extract(prk, salt, saltLen, ikm, ikmLen, digest);
|
ret = wc_Tls13_HKDF_Extract(prk, salt, saltLen, ikm, ikmLen, digest);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user