mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Make naming more consistent
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -123,7 +123,7 @@ enum mbedtls_cipher_base_index {
|
|||||||
MBEDTLS_CIPHER_BASE_INDEX_XTS_AES,
|
MBEDTLS_CIPHER_BASE_INDEX_XTS_AES,
|
||||||
#endif
|
#endif
|
||||||
/* Prevent compile failure due to empty enum */
|
/* Prevent compile failure due to empty enum */
|
||||||
MBEDTLS_PREVENT_EMPTY_ENUM
|
MBEDTLS_CIPHER_BASE_PREVENT_EMPTY_ENUM
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(MBEDTLS_GCM_C)
|
#if defined(MBEDTLS_GCM_C)
|
||||||
|
Reference in New Issue
Block a user