commit | 94c5e3c6548646a7d43e8d84de6331f500670e5b | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Tue Oct 27 16:09:03 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Oct 28 13:21:12 2015 +0100 |
tree | fc52283810cf5645ec753cabe30501e7c7c09d63 | |
parent | 722da74cfcd9410adffaee5004984ec5c2491aa8 [diff] |
Fixed typo in comment
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index a0dd157..bc17833 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -3886,7 +3886,7 @@ ssl->in_msg[0], ssl->in_msg[1] ) ); /* - * Ignore non-fatal alerts, except close_notify and no_renego + * Ignore non-fatal alerts, except close_notify and no_renegotiation */ if( ssl->in_msg[0] == MBEDTLS_SSL_ALERT_LEVEL_FATAL ) {