Fix typos in macro names

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-06 16:52:46 +00:00
parent 35ac8eb35a
commit 9b6699066e
10 changed files with 16 additions and 16 deletions

View file

@ -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 */