mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 04:55:12 +00:00
Fix unused variable in builds without storage
This commit is contained in:
parent
f9fbc38e66
commit
e2f62ba9ec
|
@ -246,6 +246,7 @@ psa_status_t psa_validate_persistent_key_parameters(
|
||||||
|
|
||||||
#else /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
|
#else /* MBEDTLS_PSA_CRYPTO_STORAGE_C */
|
||||||
(void) id;
|
(void) id;
|
||||||
|
(void) creating;
|
||||||
return( PSA_ERROR_NOT_SUPPORTED );
|
return( PSA_ERROR_NOT_SUPPORTED );
|
||||||
#endif /* !MBEDTLS_PSA_CRYPTO_STORAGE_C */
|
#endif /* !MBEDTLS_PSA_CRYPTO_STORAGE_C */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue