mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix typos in macro names
This commit is contained in:
parent
35ac8eb35a
commit
9b6699066e
10 changed files with 16 additions and 16 deletions
|
|
@ -279,9 +279,9 @@ static const char *features[] = {
|
|||
#if defined(POLARSSL_SSL_AEAD_RANDOM_IV)
|
||||
"POLARSSL_SSL_AEAD_RANDOM_IV",
|
||||
#endif /* POLARSSL_SSL_AEAD_RANDOM_IV */
|
||||
#if defined(POLARSSL_SSL_ALERT_MESSAGES)
|
||||
"POLARSSL_SSL_ALERT_MESSAGES",
|
||||
#endif /* POLARSSL_SSL_ALERT_MESSAGES */
|
||||
#if defined(POLARSSL_SSL_ALL_ALERT_MESSAGES)
|
||||
"POLARSSL_SSL_ALL_ALERT_MESSAGES",
|
||||
#endif /* POLARSSL_SSL_ALL_ALERT_MESSAGES */
|
||||
#if defined(POLARSSL_SSL_DEBUG_ALL)
|
||||
"POLARSSL_SSL_DEBUG_ALL",
|
||||
#endif /* POLARSSL_SSL_DEBUG_ALL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue