commit | 9e4ff953deca519aeeafb16280663eb673449716 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 24 11:13:11 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 24 11:13:11 2014 +0200 |
tree | 753d4b87bc857cf5f6908769c9dac3182193c395 | |
parent | 7fa67728ad27b036c9d7234c6c2673cee1b6d93a [diff] |
Clarified len parameter of ssl_read()
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 207fc03..194e944 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -1637,7 +1637,7 @@ * * \param ssl SSL context * \param buf buffer that will hold the data - * \param len how many bytes must be read + * \param len maximum number of bytes to read * * \return This function returns the number of bytes read, 0 for EOF, * or a negative error code.