mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Remove usage of PSA_ERROR_INVALID_KEY_POLICY
use PSA_ERROR_INVALID_ARGUMENT instead of INVALID_KEY_POLICY error
This commit is contained in:
@@ -89,8 +89,6 @@ typedef enum {
|
||||
PSA_ERROR_INVALID_SIGNATURE,
|
||||
/** The decrypted padding is incorrect. */
|
||||
PSA_ERROR_INVALID_PADDING,
|
||||
/** The key policy is incorrect. */
|
||||
PSA_ERROR_INVALID_KEY_POLICY,
|
||||
/** An error occurred that does not correspond to any defined
|
||||
failure cause. */
|
||||
PSA_ERROR_UNKNOWN_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user