From 9e4ff953deca519aeeafb16280663eb673449716 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Wed, 24 Sep 2014 11:13:11 +0200
Subject: [PATCH] Clarified len parameter of ssl_read()
---
include/polarssl/ssl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index 207fc03cb..194e94471 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -1637,7 +1637,7 @@ int ssl_renegotiate( ssl_context *ssl );
*
* \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.