commit | c7c56b2e82a63412e1db771ddf5f1ae9847afe31 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 30 11:42:01 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 10 15:38:44 2014 +0200 |
tree | 1e96cc53abdb76778423b4e438360ab6357b9055 | |
parent | 2c25eb0b0a9ed089c60b3e16728805b32b60fd2b [diff] [blame] |
Add more tests for the entropy module
diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h index 3b5d692..f5fa928 100644 --- a/include/polarssl/entropy.h +++ b/include/polarssl/entropy.h
@@ -183,7 +183,7 @@ * * \param data Entropy context * \param output Buffer to fill - * \param len Length of buffer + * \param len Number of bytes desired, must be at most ENTROPY_BLOCK_SIZE * * \return 0 if successful, or POLARSSL_ERR_ENTROPY_SOURCE_FAILED */