mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 15:04:22 +00:00
fix(esp_rom): Remove AES-192 references for unsupported chips
Cleaned up references to AES-192 in ROM headers for chips that do not support it.
This commit is contained in:
@@ -23,8 +23,7 @@ enum AES_TYPE {
|
||||
|
||||
enum AES_BITS {
|
||||
AES128,
|
||||
AES192,
|
||||
AES256
|
||||
AES256 = 2, /* skipping enum value 1 to keep compatibility with chips that support AES-192 */
|
||||
};
|
||||
|
||||
void ets_aes_enable(void);
|
||||
|
Reference in New Issue
Block a user