Make naming more consistent
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
f97eb58e51
commit
e3330f86d2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ enum mbedtls_cipher_base_index {
|
|||
MBEDTLS_CIPHER_BASE_INDEX_XTS_AES,
|
||||
#endif
|
||||
/* Prevent compile failure due to empty enum */
|
||||
MBEDTLS_PREVENT_EMPTY_ENUM
|
||||
MBEDTLS_CIPHER_BASE_PREVENT_EMPTY_ENUM
|
||||
};
|
||||
|
||||
#if defined(MBEDTLS_GCM_C)
|
||||
|
|
Loading…
Reference in a new issue