mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix fall through warning
Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
parent
f28e0f5bed
commit
28daefab07
|
|
@ -8723,10 +8723,6 @@ void derive_output(int alg_arg,
|
|||
}
|
||||
break;
|
||||
case PSA_KEY_DERIVATION_INPUT_PASSWORD:
|
||||
if (!PSA_ALG_IS_PBKDF2_HMAC(alg)) {
|
||||
goto exit;
|
||||
}
|
||||
// fall through
|
||||
case PSA_KEY_DERIVATION_INPUT_SECRET:
|
||||
switch (key_input_type) {
|
||||
case 0: // input bytes
|
||||
|
|
|
|||
Loading…
Reference in a new issue