commit | cc71c77b5d8930aacbc2d72e0121c827daad9840 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Jun 05 09:47:18 2019 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Jun 18 10:09:27 2019 +0200 |
tree | ae58d6600f1ed7da6c59f980412c25142847aed5 | |
parent | d87601e3efdf34cc853d2d62df3548b4fcf1e3a0 [diff] |
Fix typos, grammar and wording in documentation
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index f14b9a2..6a0f0a7 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -10221,7 +10221,7 @@ size_t buf_len, size_t *olen ) { - /* Unimplemented yet */ + /* Unimplemented */ (void) ssl; if( buf != NULL ) @@ -10239,7 +10239,7 @@ const unsigned char *buf, size_t len ) { - /* Unimplemented yet */ + /* Unimplemented */ (void) ssl; (void) buf; (void) len;