commit | 9b6699066eaf355650b66c7b3a5f9c68a142125f | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 06 16:52:46 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Mar 09 13:05:06 2015 +0000 |
tree | cde4d777318192291fa8b45b5d749e5c5c6f7b24 | |
parent | 35ac8eb35ae2f91e85482795aa9426c8e2b19b0e [diff] [blame] |
Fix typos in macro names
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 2341f05..5e9df52 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -3485,7 +3485,7 @@ #endif { /* Error out (and send alert) on invalid records */ -#if defined(POLARSSL_SSL_ALERT_MESSAGES) +#if defined(POLARSSL_SSL_ALL_ALERT_MESSAGES) if( ret == POLARSSL_ERR_SSL_INVALID_MAC ) { ssl_send_alert_message( ssl,